Merge remote-tracking branch 'origin/main' into v1.9.x
[libdcp.git] / src / verify.h
index 77b657600540d661612d2cee6450ebdb774ee099..b9e3623f8e0fb478709dc5d50ce85da02667a9e5 100644 (file)
@@ -492,6 +492,15 @@ public:
                 */
                EMPTY_CONTENT_VERSION_LABEL_TEXT,
                VALID_CONTENT_VERSION_LABEL_TEXT,
+               /** The CPL namespace is not valid.
+                *  note contains the invalid namespace
+                *  file contains the CPL filename
+                */
+               INVALID_CPL_NAMESPACE,
+               /** A SMPTE CPL does not contain a _<ContentVersion>_ tag
+                *  file contains the CPL filename
+                */
+               MISSING_CPL_CONTENT_VERSION
        };
 
        VerificationNote (Type type, Code code)