[FFmpeg-devel] [PATCH] Add small optimization to libavformat/avidec.c

Ronald S. Bultje rsbultje
Tue Apr 20 19:05:18 CEST 2010


Hi,

On Tue, Apr 20, 2010 at 11:46 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Tue, Apr 20, 2010 at 04:49:20PM +0200, Sebastian Vater wrote:
>> Changed an if ( size%2 ) to if ( size&1 ) in libavformat/avidec.c
>>
>> Just a small optimization I just stumbled around...
>>
>> --
>>
>> Best regards,
>> ? ? ? ? ? ? ? ? ? ?:-) Basty/CDGS (-:
>>
>
>> ?avidec.c | ? ?2 +-
>> ?1 file changed, 1 insertion(+), 1 deletion(-)
>> 39d8035ab4397e611d201cd2fcf91084168c9afa ?avidec.patch
>
> ok

Applied.

Ronald



More information about the ffmpeg-devel mailing list