Commit 11b28ef7 authored by michael's avatar michael

10l to whoever wrote this


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8403 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9318f828
......@@ -828,8 +828,7 @@ void ff_mpeg1_encode_init(MpegEncContext *s)
done=1;
init_rl(&rl_mpeg1, static_rl_table_store[0]);
if(s->intra_vlc_format)
init_rl(&rl_mpeg2, static_rl_table_store[1]);
init_rl(&rl_mpeg2, static_rl_table_store[1]);
for(i=0; i<64; i++)
{
......
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