diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-26 23:55:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-27 15:13:18 +0200 |
commit | 3300b5f6ce84ae3e9d7a3a4b9016364e763c3d9c (patch) | |
tree | 4f9bdf5fe0d67d61d4b2a43508ff304f76bf0c0d /libavcodec/jpeg2000.h | |
parent | a1873f35f83d6a22135d28f2adfd4ced5ae03b08 (diff) | |
download | ffmpeg-3300b5f6ce84ae3e9d7a3a4b9016364e763c3d9c.tar.gz |
j2k/jpeg2000 headers: Cblk/Prec cleanup & merge
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/jpeg2000.h')
-rw-r--r-- | libavcodec/jpeg2000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/jpeg2000.h b/libavcodec/jpeg2000.h index e15fa788ef..2054aa30a9 100644 --- a/libavcodec/jpeg2000.h +++ b/libavcodec/jpeg2000.h @@ -182,7 +182,6 @@ typedef struct Jpeg2000Prec { typedef struct Jpeg2000Band { uint16_t coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} uint16_t log2_cblk_width, log2_cblk_height; - uint16_t cblknx, cblkny; float stepsize; // quantization stepsize Jpeg2000Prec *prec; } Jpeg2000Band; // subband |