diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-08-09 15:04:29 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-08-09 15:04:29 +0200 |
| commit | 5e200452db84947f4eb893ae7f02f7dd9a358378 (patch) | |
| tree | 479d5effa4b613e5ee0b1727c402c79d8d698696 /src/lib | |
| parent | 9203e8ec51a1c1c1a358a9cbafdf3391549ebc80 (diff) | |
Doc: fix error in previous commit
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openjp2/tcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/tcd.h b/src/lib/openjp2/tcd.h index 246bfd86..1883fc3c 100644 --- a/src/lib/openjp2/tcd.h +++ b/src/lib/openjp2/tcd.h @@ -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; |
