Commit 0a1466cc authored by bellard's avatar bellard

fixed one mpeg decoder memory leak


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@688 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 928b100e
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment