diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-30 00:03:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | fca073e6dfb0a11f49f40232cf2fae2da6209c54 (patch) | |
| tree | b8edab8696f956ee79dbe3c81e33b00481f3159d /src/verify.h | |
| parent | 0c3fc9e8b33494a920c89da935a100fa7307939c (diff) | |
INVALID_JPEG2000_GUARD_BITS_FOR_{2,4}K: note -> guard_bits.
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 16151bd1..27316610 100644 --- a/src/verify.h +++ b/src/verify.h @@ -406,12 +406,12 @@ public: */ INVALID_JPEG2000_CODESTREAM, /** Invalid number of guard bits in a 2K JPEG2000 stream (should be 1) [Bv2.1_10.2.1] - * note contains the number of guard bits + * guard_bits contains the number of guard bits * reel_index contains the reel index (starting from 0) */ INVALID_JPEG2000_GUARD_BITS_FOR_2K, /** Invalid number of guard bits in a 4K JPEG2000 stream (should be 2) [Bv2.1_10.2.1] - * note contains the number of guard bits + * guard_bits contains the number of guard bits * reel_index contains the reel index (starting from 0) */ INVALID_JPEG2000_GUARD_BITS_FOR_4K, |
