[FFmpeg-cvslog] jpegls: increase run_index to 4
Michael Niedermayer
git at videolan.org
Thu Oct 25 21:29:19 CEST 2012
ffmpeg | branch: release/0.10 | Michael Niedermayer <michaelni at gmx.at> | Sat Oct 13 03:49:11 2012 +0200| [35b15a0da849ac62bd2343f2e52d9bd9504375ce] | committer: Michael Niedermayer
jpegls: increase run_index to 4
Fixes part of CID717913
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 8dc89944270aa223a960218e62e88164f8eda359)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35b15a0da849ac62bd2343f2e52d9bd9504375ce
---
libavcodec/jpegls.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h
index 2c21f77..3304032 100644
--- a/libavcodec/jpegls.h
+++ b/libavcodec/jpegls.h
@@ -40,7 +40,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];
More information about the ffmpeg-cvslog
mailing list