summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-25 22:22:12 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-25 22:22:12 +0100
commitf3f92c6924c145a4995e3e7c71e237a4f6464c8f (patch)
treefe043d4271b008ef4921b3067bc44ea131ead4ca /src/verify.h
parent0a87232762148a3cb97e3650fb219b3b07a05d1d (diff)
Check J2K Rsiz (capabilities) word.
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 8644ab15..8a75dfa3 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -406,6 +406,10 @@ public:
* note contains the number of tile parts
*/
INVALID_JPEG2000_TILE_PARTS_FOR_4K,
+ /** Invalid Rsiz (capabilities) value in 2K JPEG2000 stream */
+ INVALID_JPEG2000_RSIZ_FOR_2K,
+ /** Invalid Rsiz (capabilities) value in 4K JPEG2000 stream */
+ INVALID_JPEG2000_RSIZ_FOR_4K,
/** No TLM marker was found [Bv2.1_10.2.1] */
MISSING_JPEG200_TLM_MARKER,
/** The MXF _ResourceID_ of a timed text resource was not the same as that of the contained XML essence [Bv2.1_10.4.3] */