summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000.h
diff options
context:
space:
mode:
authorNicolas Bertrand <nicoinattendu@gmail.com>2013-07-13 10:10:26 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-07-13 14:28:48 +0200
commit886e1b36f5044d3ceccbb01f64619acaf288fb7c (patch)
tree52ef8d6867e1bedf7ec629c5810cace3f8cae70b /libavcodec/jpeg2000.h
parentf56fe04de3cc4cdc6b618dfe7a3506fc2ea79795 (diff)
jpeg2000: Remove unused passes array in Jpeg200Cblk structure
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/jpeg2000.h')
-rw-r--r--libavcodec/jpeg2000.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/jpeg2000.h b/libavcodec/jpeg2000.h
index 0ff652e56d..b96b7e2291 100644
--- a/libavcodec/jpeg2000.h
+++ b/libavcodec/jpeg2000.h
@@ -151,11 +151,6 @@ typedef struct Jpeg2000QuantStyle {
uint8_t nguardbits; // number of guard bits
} Jpeg2000QuantStyle;
-typedef struct Jpeg2000Pass {
- uint16_t rate;
- int64_t disto;
-} Jpeg2000Pass;
-
typedef struct Jpeg2000Cblk {
uint8_t npasses;
uint8_t ninclpasses; // number coding of passes included in codestream
@@ -165,7 +160,6 @@ typedef struct Jpeg2000Cblk {
uint8_t lblock;
uint8_t zero;
uint8_t data[8192];
- Jpeg2000Pass passes[100];
uint16_t coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}}
} Jpeg2000Cblk; // code block