1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 01:07:01 +02:00

fixed one mpeg decoder memory leak

Originally committed as revision 688 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-06-11 13:44:14 +00:00
parent 6d4985bbdf
commit 915bbac681

View File

@ -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,