You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
10l found by valgrind
Originally committed as revision 6099 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1745,6 +1745,7 @@ static int huffman_decode(MPADecodeContext *s, GranuleDef *g,
|
|||||||
if (get_bits1(&s->gb))
|
if (get_bits1(&s->gb))
|
||||||
v = -v;
|
v = -v;
|
||||||
g->sb_hybrid[s_index+!!y] = v;
|
g->sb_hybrid[s_index+!!y] = v;
|
||||||
|
g->sb_hybrid[s_index+ !y] = 0;
|
||||||
}
|
}
|
||||||
s_index+=2;
|
s_index+=2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user