summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-01 00:11:35 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commitc518cd441ca263444d196b794a293a384a5d34fc (patch)
treeabe7090768134cb1e56bd5f75a9de9e18cac46a1 /src/verify.h
parent7c9d62fc64ca6d66a34063d2d01988d800b770c8 (diff)
INVALID_JPEG2000_TILE_PARTS_FOR_{2,4}K: note -> tile_parts.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h
index 5f678bae..43fb0b09 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -441,11 +441,11 @@ public:
/** A POC marker was found outside the main head [Bv2.1_10.2.1] */
INVALID_JPEG2000_POC_MARKER_LOCATION,
/** Invalid number of tile parts for 2K JPEG2000 stream (should be 3) [Bv2.1_10.2.1]
- * note contains the number of tile parts
+ * tile_parts contains the number of tile parts
*/
INVALID_JPEG2000_TILE_PARTS_FOR_2K,
/** Invalid number of tile parts for 4K JPEG2000 stream (should be 6) [Bv2.1_10.2.1]
- * note contains the number of tile parts
+ * tile_parts contains the number of tile parts
*/
INVALID_JPEG2000_TILE_PARTS_FOR_4K,
/** Invalid _Rsiz_ (capabilities) value in 2K JPEG2000 stream.