summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/openjpeg.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-04-25 14:07:46 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-04-25 15:06:45 +0200
commita94cfbd5334922ca5b63cfac9d2e5e0ec98155be (patch)
treea1545badf874616e06eac7d23b351a729c7728e2 /src/lib/openjp2/openjpeg.h
parentbdec5ae2723369be5abba7aaae398aa4ae3225cc (diff)
Change opj_j2k_check_poc_val() to take into account tile number
Diffstat (limited to 'src/lib/openjp2/openjpeg.h')
-rw-r--r--src/lib/openjp2/openjpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h
index 53a0e10c..dc1e206f 100644
--- a/src/lib/openjp2/openjpeg.h
+++ b/src/lib/openjp2/openjpeg.h
@@ -333,7 +333,7 @@ typedef struct opj_poc {
OPJ_PROG_ORDER prg1, prg;
/** Progression order string*/
OPJ_CHAR progorder[5];
- /** Tile number */
+ /** Tile number (starting at 1) */
OPJ_UINT32 tile;
/** Start and end values for Tile width and height*/
OPJ_INT32 tx0, tx1, ty0, ty1;