mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l to whoever wrote this
Originally committed as revision 8403 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3502a54f59
commit
f78da6d64f
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user