Doc: fix error in previous commit
authorEven Rouault <even.rouault@spatialys.com>
Wed, 9 Aug 2017 13:04:29 +0000 (15:04 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Wed, 9 Aug 2017 13:04:29 +0000 (15:04 +0200)
src/lib/openjp2/tcd.h

index 246bfd86738934a6f7e600c815c51f7b6fd2d7da..1883fc3c87a4e2d37d68edce2c7b5917328e8b48 100644 (file)
@@ -154,7 +154,7 @@ typedef struct opj_tcd_precinct {
 typedef struct opj_tcd_band {
     /* dimension of the subband : left upper corner (x0, y0) right low corner (x1,y1) */
     OPJ_INT32 x0, y0, x1, y1;
-    /* band number: for lowest resolution level (0=LL), otherwise (0=HL, 1=LH, 2=HH) */
+    /* band number: for lowest resolution level (0=LL), otherwise (1=HL, 2=LH, 3=HH) */
     OPJ_UINT32 bandno;
     /* precinct information */
     opj_tcd_precinct_t *precincts;