diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-07 20:59:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-19 13:00:22 +0200 |
| commit | 31c09e22b74e3a4cf5c16952f8634caea3920625 (patch) | |
| tree | 9029b8c7701bea38566a8cd1a0cf79cc215eaf72 /src/verify.h | |
| parent | f73b714742b7233f4cb0d4a497fc610882b0fe00 (diff) | |
Add test for too many subtitle namespaces.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
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) |
