mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
jpegls: increase run_index to 4
Fixes part of CID717913 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4acfe3d193
commit
8dc8994427
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user