Tidying a few things up.
[libdcp.git] / src / verify.h
index f14382c53dcd55f4dcf37c095397bcbeeb5f370a..169845b7b1bfa596c35fe37c7da670910e2058b8 100644 (file)
@@ -366,6 +366,15 @@ public:
                INVALID_JPEG2000_TILE_PARTS_FOR_4K,
                /** No TLM marker was found [Bv2.1_10.2.1] */
                MISSING_JPEG200_TLM_MARKER,
+               /** The MXF ResourceID of a timed text resource was not the same as that of the contained XML essence [Bv2.1_10.4.3] */
+               MISMATCHED_TIMED_TEXT_RESOURCE_ID,
+               /** The AssetID of a timed text MXF is the same as its ResourceID or that of the contained XML essence [Bv2.1_10.4.2] */
+               INCORRECT_TIMED_TEXT_ASSET_ID,
+               /** The ContainerDuration of a timed text MXF is not the same as the Duration in its reel [Bv2.1_10_4_3]
+                *  note contains the reel duration, followed by a space, followed by the MXF duration
+                *  file contains the asset filename
+                */
+               MISMATCHED_TIMED_TEXT_DURATION,
        };
 
        VerificationNote (Type type, Code code)