diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-30 13:03:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 34eab24abebc4f2b6281c5dba112fe9c872878c4 (patch) | |
| tree | 85de5090df4ebc8f0c238ccee17bec92b860fffa /src/verify.h | |
| parent | 8ab777193f5a3d4d201affa8665aa03f94e0bcd8 (diff) | |
INCORRECT_JPEG2000_POC_MARKER_COUNT_FOR_{2,4}K: note -> poc_markers.
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 aa0780c9..6ee46635 100644 --- a/src/verify.h +++ b/src/verify.h @@ -426,11 +426,11 @@ public: */ INVALID_JPEG2000_CODE_BLOCK_HEIGHT, /** There must be no POC markers in a 2K codestream [Bv2.1_10.2.1] - * note contains the number of POC markers found + * poc_markers contains the number of POC markers found */ INCORRECT_JPEG2000_POC_MARKER_COUNT_FOR_2K, /** There must be exactly one POC marker in a 4K codestream [Bv2.1_10.2.1] - * note contains the number of POC markers found + * poc_markers contains the number of POC markers found */ INCORRECT_JPEG2000_POC_MARKER_COUNT_FOR_4K, /** A POC marker has incorrect content [Bv2.1_10.2.1] |
