Doc: fix error in previous commit

This commit is contained in:
Even Rouault 2017-08-09 15:04:29 +02:00
parent 9203e8ec51
commit 5e200452db
1 changed files with 1 additions and 1 deletions

View 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;