From a79574aab09f3908d228b715ebbc8a2ebb16f7fb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 14 Jan 2021 22:38:58 +0100 Subject: Bv2.1 8.1: CPL must have . --- 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 fa16dfa1..8ee7e1ef 100644 --- a/src/verify.h +++ b/src/verify.h @@ -133,6 +133,8 @@ public: CLOSED_CAPTION_LINE_TOO_LONG, /** The audio sampling rate must be 48kHz [Bv2.1_7.3] */ INVALID_SOUND_FRAME_RATE, + /** The CPL has no tag [Bv2.1_8.1] */ + MISSING_ANNOTATION_TEXT_IN_CPL, }; VerificationNote (Type type, Code code) -- cgit v1.2.3