diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-30 18:02:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 5b3346c8243af6e42b535b34f24c0a6db616493c (patch) | |
| tree | 17d7323e9a0624e311536a6931d962dd957a2761 /src/verify.h | |
| parent | b4d9b7fedc37002a97ada284fd3a241a357bd8e2 (diff) | |
INVALID_JPEG2000_RSIZ_FOR_{2,4}K: note to capabilities.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h index 9783b31b..0b16c8ae 100644 --- a/src/verify.h +++ b/src/verify.h @@ -448,9 +448,13 @@ public: * note contains the number of tile parts */ INVALID_JPEG2000_TILE_PARTS_FOR_4K, - /** Invalid _Rsiz_ (capabilities) value in 2K JPEG2000 stream */ + /** Invalid _Rsiz_ (capabilities) value in 2K JPEG2000 stream. + * The invalid value is in capabilities. + */ INVALID_JPEG2000_RSIZ_FOR_2K, - /** Invalid _Rsiz_ (capabilities) value in 4K JPEG2000 stream */ + /** Invalid _Rsiz_ (capabilities) value in 4K JPEG2000 stream + * The invalid value is in capabilities. + */ INVALID_JPEG2000_RSIZ_FOR_4K, /** No TLM marker was found [Bv2.1_10.2.1] */ MISSING_JPEG2000_TLM_MARKER, |
