summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-14 22:50:09 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:23 +0100
commitcb9fe95c4fee9d97c88d3f044cceb514fa753abb (patch)
tree99ad7a8dbcbbab55b4a1a39a3b84d70e1a8cc746 /src/verify.h
parenta79574aab09f3908d228b715ebbc8a2ebb16f7fb (diff)
Bv2.1 8.1: CPL <AnnotationText> should be the same as <ContentTitleText>
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 8ee7e1ef..cab8ba4f 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -135,6 +135,8 @@ public:
INVALID_SOUND_FRAME_RATE,
/** The CPL has no <AnnotationText> tag [Bv2.1_8.1] */
MISSING_ANNOTATION_TEXT_IN_CPL,
+ /** The <AnnotationText> is not the same as the <ContentTitleText> [Bv2.1_8.1] */
+ CPL_ANNOTATION_TEXT_DIFFERS_FROM_CONTENT_TITLE_TEXT,
};
VerificationNote (Type type, Code code)