# HG changeset patch # User michael # Date 1156613371 0 # Node ID 031252e99956cd8069327ecf78e00e03e9f45f6b # Parent 0087dc6b306c77a4e682ec1d884b5e9113e1fc36 another silly typo which surprisingly neither valgrind nor cmp of the file output cought diff -r 0087dc6b306c -r 031252e99956 mpegaudiodec.c --- 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; }