Check for multiple asset IDs in an ASSETMAP during verify.
[libdcp.git] / src / verify.h
index d565abfa6f3b7230cbf11b66eefeb8c347374728..e9b5c9d01d82cc89260adbd16d7d566404dbe594 100644 (file)
@@ -405,7 +405,12 @@ public:
                 *  note contains the PKL ID
                 *  file contains the PKL filename
                 */
-               DUPLICATE_ASSET_ID_IN_PKL
+               DUPLICATE_ASSET_ID_IN_PKL,
+               /** An ASSETMAP has more than one asset with the same ID
+                *  note contains the ASSETMAP ID
+                *  file contains the ASSETMAP filename
+                */
+               DUPLICATE_ASSET_ID_IN_ASSETMAP
        };
 
        VerificationNote (Type type, Code code)