Browse Source

jpegls: increase run_index to 4

Fixes part of CID717913
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 13 years ago
parent
commit
8dc8994427
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/jpegls.h

+ 1
- 1
libavcodec/jpegls.h 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];


Loading…
Cancel
Save