X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fverify.h;h=cab8ba4f9048706d833729bed85900e2909c821e;hb=cb9fe95c4fee9d97c88d3f044cceb514fa753abb;hp=8ee7e1ef8e5fdc6bc77d8aa9e3b9f845e944ad89;hpb=a79574aab09f3908d228b715ebbc8a2ebb16f7fb;p=libdcp.git 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 tag [Bv2.1_8.1] */ MISSING_ANNOTATION_TEXT_IN_CPL, + /** The is not the same as the [Bv2.1_8.1] */ + CPL_ANNOTATION_TEXT_DIFFERS_FROM_CONTENT_TITLE_TEXT, }; VerificationNote (Type type, Code code)