diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-26 21:50:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-26 22:29:11 +0200 |
commit | bd89b2b22ac71aae4ec5c6a27adb88d877b7b76e (patch) | |
tree | 85c5595eeb0c5df29299b1f00bf2cda334d7b160 /libavcodec/jpeg2000.h | |
parent | cb39dfb87009106395689373f7c1bd0df1dead17 (diff) | |
download | ffmpeg-bd89b2b22ac71aae4ec5c6a27adb88d877b7b76e.tar.gz |
j2k/jpeg2000: log2_prec size cleanup
This also changes the cblk size storage method to what jpeg2000 uses
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/jpeg2000.h')
-rw-r--r-- | libavcodec/jpeg2000.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/jpeg2000.h b/libavcodec/jpeg2000.h index c2d6d90789..e15fa788ef 100644 --- a/libavcodec/jpeg2000.h +++ b/libavcodec/jpeg2000.h @@ -134,8 +134,6 @@ typedef struct Jpeg2000CodingStyle { log2_cblk_height; // exponent of codeblock size uint8_t transform; // DWT type uint8_t csty; // coding style - uint8_t log2_prec_width, - log2_prec_height; // precinct size uint8_t nlayers; // number of layers uint8_t mct; // multiple component transformation uint8_t cblk_style; // codeblock coding style |