From 33942a6c7ab40dfe1ccb87e80497fc0b5390b76a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Jan 2021 02:16:37 +0100 Subject: Bv2.1 7.3: audio sample rate must be 48kHz. --- src/verify.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/verify.h') 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) -- cgit v1.2.3