diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-30 00:11:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 8ab777193f5a3d4d201affa8665aa03f94e0bcd8 (patch) | |
| tree | ae84a29d4b1d852eaa420894e84af25e81fad9f0 /src/verify.h | |
| parent | fca073e6dfb0a11f49f40232cf2fae2da6209c54 (diff) | |
INVALID_JPEG2000_CODE_BLOCK_{WIDTH_HEIGHT}: note -> code_block_{width,height}.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h index 27316610..aa0780c9 100644 --- a/src/verify.h +++ b/src/verify.h @@ -418,11 +418,11 @@ public: /** JPEG2000 tile size is not the same as the image size [Bv2.1_10.2.1] */ INVALID_JPEG2000_TILE_SIZE, /** JPEG2000 code block width is not 32 [Bv2.1_10.2.1] - * note contains the code block width + * code_block_width contains the code block width */ INVALID_JPEG2000_CODE_BLOCK_WIDTH, /** JPEG2000 code block height is not 32 [Bv2.1_10.2.1] - * note contains the code block height + * code_block_height contains the code block height */ INVALID_JPEG2000_CODE_BLOCK_HEIGHT, /** There must be no POC markers in a 2K codestream [Bv2.1_10.2.1] |
