[FFmpeg-devel] [PATCH] Add small optimization to libavformat/avidec.c
Sebastian Vater
cdgs.basty
Tue Apr 20 16:49:20 CEST 2010
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 (-:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: avidec.patch
Type: text/x-patch
Size: 822 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100420/31780652/attachment.bin>
More information about the ffmpeg-devel
mailing list