提交 915bbac6 编写于 作者: F Fabrice Bellard

fixed one mpeg decoder memory leak

Originally committed as revision 688 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6d4985bb
......@@ -533,6 +533,7 @@ void mpeg1_init_vlc(MpegEncContext *s)
static int done = 0;
if (!done) {
done = 1;
init_vlc(&dc_lum_vlc, 9, 12,
vlc_dc_lum_bits, 1, 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册