You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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