diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-13 02:16:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:23 +0100 |
| commit | 33942a6c7ab40dfe1ccb87e80497fc0b5390b76a (patch) | |
| tree | 8e77c3aa3927fe9d186d921ed8a0a8e0dd96d974 /src/verify.h | |
| parent | 5c57052dfeda55dc218001b089ebcdaaf6bedc3b (diff) | |
Bv2.1 7.3: audio sample rate must be 48kHz.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 0398c909..fa16dfa1 100644 --- a/src/verify.h +++ b/src/verify.h @@ -131,6 +131,8 @@ public: TOO_MANY_CLOSED_CAPTION_LINES, /** There are more than 32 characters in at least one closed caption line [Bv2.1_7.2.6] */ CLOSED_CAPTION_LINE_TOO_LONG, + /** The audio sampling rate must be 48kHz [Bv2.1_7.3] */ + INVALID_SOUND_FRAME_RATE, }; VerificationNote (Type type, Code code) |
