jpeg2000: Remove unused passes array in Jpeg200Cblk structure
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
committed by
Luca Barbato
parent
f56fe04de3
commit
886e1b36f5
@@ -151,11 +151,6 @@ typedef struct Jpeg2000QuantStyle {
|
|||||||
uint8_t nguardbits; // number of guard bits
|
uint8_t nguardbits; // number of guard bits
|
||||||
} Jpeg2000QuantStyle;
|
} Jpeg2000QuantStyle;
|
||||||
|
|
||||||
typedef struct Jpeg2000Pass {
|
|
||||||
uint16_t rate;
|
|
||||||
int64_t disto;
|
|
||||||
} Jpeg2000Pass;
|
|
||||||
|
|
||||||
typedef struct Jpeg2000Cblk {
|
typedef struct Jpeg2000Cblk {
|
||||||
uint8_t npasses;
|
uint8_t npasses;
|
||||||
uint8_t ninclpasses; // number coding of passes included in codestream
|
uint8_t ninclpasses; // number coding of passes included in codestream
|
||||||
@@ -165,7 +160,6 @@ typedef struct Jpeg2000Cblk {
|
|||||||
uint8_t lblock;
|
uint8_t lblock;
|
||||||
uint8_t zero;
|
uint8_t zero;
|
||||||
uint8_t data[8192];
|
uint8_t data[8192];
|
||||||
Jpeg2000Pass passes[100];
|
|
||||||
uint16_t coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}}
|
uint16_t coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}}
|
||||||
} Jpeg2000Cblk; // code block
|
} Jpeg2000Cblk; // code block
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user