Commit 1e6cbb01 authored by Michael Niedermayer's avatar Michael Niedermayer

j2kdec: make curtilenum integer.

This fixes a potential crash.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0de0ae5a
......@@ -69,7 +69,7 @@ typedef struct {
int bit_index;
int16_t curtileno;
int curtileno;
J2kTile *tile;
} J2kDecoderContext;
......
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