[Ffmpeg-cvslog] r8403 - trunk/libavcodec/mpeg12.c

Baptiste Coudurier baptiste.coudurier
Wed Mar 14 14:35:47 CET 2007


Hi

michael wrote:
> Author: michael
> Date: Wed Mar 14 14:20:29 2007
> New Revision: 8403
> 
> Modified:
>    trunk/libavcodec/mpeg12.c
> 
> Log:
> 10l to whoever wrote this
> 
> 
> Modified: trunk/libavcodec/mpeg12.c
> ==============================================================================
> --- trunk/libavcodec/mpeg12.c	(original)
> +++ trunk/libavcodec/mpeg12.c	Wed Mar 14 14:20:29 2007
> @@ -828,8 +828,7 @@ void ff_mpeg1_encode_init(MpegEncContext
>  
>          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++)
>          {

It's me, may I ask why is it stupid ? rl_mpeg2 seems only used when
intra_vlc_format specific to mpeg2 is activated.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-cvslog mailing list