[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263data.h,1.19,1.20

Michael Niedermayer CVS michael
Fri Mar 10 22:20:52 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv29098

Modified Files:
	h263data.h 
Log Message:
out of array read fix


Index: h263data.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263data.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- h263data.h	17 Dec 2005 18:14:27 -0000	1.19
+++ h263data.h	10 Mar 2006 21:20:49 -0000	1.20
@@ -274,8 +274,8 @@
      47,  98, 395,1583,6335,9215
 };
 
-const uint8_t ff_mba_length[6]={
-      6,   7,   9,  11,  13,  14
+const uint8_t ff_mba_length[7]={
+      6,   7,   9,  11,  13,  14,  14
 };
 
 const uint8_t ff_h263_loop_filter_strength[32]={





More information about the ffmpeg-cvslog mailing list