mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01: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;
|
||||
|
||||
int16_t curtileno;
|
||||
int curtileno;
|
||||
|
||||
J2kTile *tile;
|
||||
} J2kDecoderContext;
|
||||
|
||||
Reference in New Issue
Block a user