Commit 5dbbb762 authored by Michael Niedermayer's avatar Michael Niedermayer

jpeg2000dec: merge struct field types from j2k

Fixes AVOption type mismatch
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 89f472b3
...@@ -80,12 +80,13 @@ typedef struct Jpeg2000DecoderContext { ...@@ -80,12 +80,13 @@ typedef struct Jpeg2000DecoderContext {
int bit_index; int bit_index;
int16_t curtileno; int curtileno;
Jpeg2000Tile *tile; Jpeg2000Tile *tile;
/*options parameters*/ /*options parameters*/
int16_t lowres; int lowres;
int16_t reduction_factor; int reduction_factor;
} Jpeg2000DecoderContext; } Jpeg2000DecoderContext;
/* get_bits functions for JPEG2000 packet bitstream /* get_bits functions for JPEG2000 packet bitstream
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment