changeset 3636:031252e99956 libavcodec

another silly typo which surprisingly neither valgrind nor cmp of the file output cought
author michael
date Sat, 26 Aug 2006 17:29:31 +0000
parents 0087dc6b306c
children 1c32151e7a61
files mpegaudiodec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudiodec.c	Sat Aug 26 15:24:13 2006 +0000
+++ b/mpegaudiodec.c	Sat Aug 26 17:29:31 2006 +0000
@@ -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;
         }