diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-30 13:17:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | b4d9b7fedc37002a97ada284fd3a241a357bd8e2 (patch) | |
| tree | e824a2fd5c14d0050d9640f7abad227097c71ca6 /src/verify.h | |
| parent | 34eab24abebc4f2b6281c5dba112fe9c872878c4 (diff) | |
INCORRECT_JPEG2000_POC_MARKER: note -> error, poc_marker.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 6ee46635..9783b31b 100644 --- a/src/verify.h +++ b/src/verify.h @@ -434,7 +434,8 @@ public: */ INCORRECT_JPEG2000_POC_MARKER_COUNT_FOR_4K, /** A POC marker has incorrect content [Bv2.1_10.2.1] - * note contains details + * poc_marker contains the invalid marker + * error contains detalis */ INCORRECT_JPEG2000_POC_MARKER, /** A POC marker was found outside the main head [Bv2.1_10.2.1] */ |
