another silly typo which surprisingly neither valgrind nor cmp of the file output cought
Originally committed as revision 6100 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d37bb9d8c1
commit
731d0b1aaa
@ -1673,7 +1673,7 @@ static int huffman_decode(MPADecodeContext *s, GranuleDef *g,
|
|||||||
vlc = &huff_vlc[l];
|
vlc = &huff_vlc[l];
|
||||||
|
|
||||||
if(!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;
|
s_index += 2*j;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user