summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 69a10292..48c06577 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -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)