Make some not-so-important CPL read errors non-fatal (DoM #2797).
[libdcp.git] / src / verify.h
index 4ca3297ac582d1b01c9f541d7f812b2d320414df..b5d913bdc9b6f9537a852e2f28e316188a5615d1 100644 (file)
@@ -475,6 +475,16 @@ public:
                 *  file contains the CPL filename
                 */
                EMPTY_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
+                *  note contains the CPL ID
+                *  file contains the CPL filename
+                */
+               MISSING_CPL_CONTENT_VERSION
        };
 
        VerificationNote (Type type, Code code)