Commit d37bb9d8 authored by Michael Niedermayer's avatar Michael Niedermayer

10l found by valgrind

Originally committed as revision 6099 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 06e7fb82
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment