mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 03:31:59 +08:00
j2kdec: make curtilenum integer.
This fixes a potential crash. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -69,7 +69,7 @@ typedef struct {
|
|||||||
|
|
||||||
int bit_index;
|
int bit_index;
|
||||||
|
|
||||||
int16_t curtileno;
|
int curtileno;
|
||||||
|
|
||||||
J2kTile *tile;
|
J2kTile *tile;
|
||||||
} J2kDecoderContext;
|
} J2kDecoderContext;
|
||||||
|
Reference in New Issue
Block a user