diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-25 22:22:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-25 22:22:12 +0100 |
| commit | f3f92c6924c145a4995e3e7c71e237a4f6464c8f (patch) | |
| tree | fe043d4271b008ef4921b3067bc44ea131ead4ca /src/verify.h | |
| parent | 0a87232762148a3cb97e3650fb219b3b07a05d1d (diff) | |
Check J2K Rsiz (capabilities) word.
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 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] */ |
