j2kdec: make curtilenum integer.
This fixes a potential crash. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0de0ae5a20
commit
1e6cbb01e9
@ -69,7 +69,7 @@ typedef struct {
|
||||
|
||||
int bit_index;
|
||||
|
||||
int16_t curtileno;
|
||||
int curtileno;
|
||||
|
||||
J2kTile *tile;
|
||||
} J2kDecoderContext;
|
||||
|
Loading…
x
Reference in New Issue
Block a user