Add test for too many subtitle namespaces.
[libdcp.git] / src / verify.h
index 69a10292b2f16e052fc0bce5879a6f4cca6b50b9..48c06577b419b79498db03b37d1f30f5f10a5cb7 100644 (file)
@@ -444,6 +444,10 @@ public:
                 *  size contains the invalid size in bytes.
                 */
                INVALID_JPEG2000_TILE_PART_SIZE,
+               /** A subtitle XML root node has more than one namespace (xmlns) declaration.
+                *  note contains the asset ID
+                */
+               INCORRECT_SUBTITLE_NAMESPACE_COUNT
        };
 
        VerificationNote (Type type, Code code)