[FFmpeg-cvslog] jpegls: increase run_index to 4

Michael Niedermayer git at videolan.org
Sat Oct 13 04:00:29 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Oct 13 03:49:11 2012 +0200| [8dc89944270aa223a960218e62e88164f8eda359] | committer: Michael Niedermayer

jpegls: increase run_index to 4

Fixes part of CID717913
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8dc89944270aa223a960218e62e88164f8eda359
---

 libavcodec/jpegls.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h
index 88e65c9..0a6ead3 100644
--- a/libavcodec/jpegls.h
+++ b/libavcodec/jpegls.h
@@ -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];



More information about the ffmpeg-cvslog mailing list