[Ffmpeg-cvslog] r6100 - trunk/libavcodec/mpegaudiodec.c

michael subversion
Sat Aug 26 19:29:31 CEST 2006


Author: michael
Date: Sat Aug 26 19:29:31 2006
New Revision: 6100

Modified:
   trunk/libavcodec/mpegaudiodec.c

Log:
another silly typo which surprisingly neither valgrind nor cmp of the file output cought


Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c	(original)
+++ trunk/libavcodec/mpegaudiodec.c	Sat Aug 26 19:29:31 2006
@@ -1673,7 +1673,7 @@
         vlc = &huff_vlc[l];
 
         if(!l){
-            memset(&g->sb_hybrid[s_index], 0, sizeof(*g->sb_hybrid)*j);
+            memset(&g->sb_hybrid[s_index], 0, sizeof(*g->sb_hybrid)*2*j);
             s_index += 2*j;
             continue;
         }




More information about the ffmpeg-cvslog mailing list