summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-14 22:38:58 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:23 +0100
commita79574aab09f3908d228b715ebbc8a2ebb16f7fb (patch)
treef43a96c40098bb92948bdd22c293eeaa1446f6ff /src/verify.h
parentad03415009155f8771ca48200f3c4a469c85277e (diff)
Bv2.1 8.1: CPL must have <AnnotationText>.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
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 <AnnotationText> tag [Bv2.1_8.1] */
+ MISSING_ANNOTATION_TEXT_IN_CPL,
};
VerificationNote (Type type, Code code)