diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index bb72da2e82..1ffbe63d3e 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -1745,6 +1745,7 @@ static int huffman_decode(MPADecodeContext *s, GranuleDef *g, if (get_bits1(&s->gb)) v = -v; g->sb_hybrid[s_index+!!y] = v; + g->sb_hybrid[s_index+ !y] = 0; } s_index+=2; }