Commit 8dc89944 authored by Michael Niedermayer's avatar Michael Niedermayer

jpegls: increase run_index to 4

Fixes part of CID717913
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4acfe3d1
......@@ -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];
......
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