jpegls: increase run_index to 4

Fixes part of CID717913
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-10-13 03:49:11 +02:00
parent 4acfe3d193
commit 8dc8994427
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ typedef struct JLSState{
int A[367], B[367], C[365], N[367];
int limit, reset, bpp, qbpp, maxval, range;
int near, twonear;
int run_index[3];
int run_index[4];
}JLSState;
extern const uint8_t ff_log2_run[32];