Bv2.1 7.2.3: Check that subtitle <StartTime> exists and is 0.
[libdcp.git] / src / verify.h
index 8a049dd5ec16771ae5e554549371e9f41b6a5708..2957654fc3a917a3043f9990d0193fe3f1cbcfb6 100644 (file)
@@ -110,6 +110,12 @@ public:
                TIMED_TEXT_FONTS_TOO_LARGE_IN_BYTES,
                /** Some SMPTE subtitle XML has no <Language> tag [Bv2.1_7.2.2] */
                MISSING_SUBTITLE_LANGUAGE,
+               /** Not all subtitle assets specify the same <Language> tag [Bv2.1_7.2.2] */
+               SUBTITLE_LANGUAGES_DIFFER,
+               /** Some SMPTE subtitle XML has no <StartTime> tag [Bv2.1_7.2.3] */
+               MISSING_SUBTITLE_START_TIME,
+               /** Some SMPTE subtitle XML has a non-zero <StartTime> tag [Bv2.1_7.2.3] */
+               SUBTITLE_START_TIME_NON_ZERO,
        };
 
        VerificationNote (Type type, Code code)