[FFmpeg-cvslog] r23035 - trunk/libavcodec/aaccoder.c

Alex Converse alex.converse
Thu May 6 22:39:15 CEST 2010


On Thu, May 6, 2010 at 4:31 PM, Yuriy Kaminskiy <yumkam at mail.ru> wrote:
> On 07.05.2010 00:18, alexc wrote:
>> --- trunk/libavcodec/aaccoder.c ? ? ? Wed May ?5 23:45:00 2010 ? ? ? ?(r23034)
>> +++ trunk/libavcodec/aaccoder.c ? ? ? Thu May ?6 22:18:36 2010 ? ? ? ?(r23035)
>> ? ? ? ? ? ? ? ? ?if (dist > uplim[w*16+g])
>> ? ? ? ? ? ? ? ? ? ? ?step = -step;
>> + ? ? ? ? ? ? ? ?scf += step;
>> + ? ? ? ? ? ? ? ?av_clip_uint8(scf);
>
> no-op; av_clip_* are inline functions, not macros with side-effect.
>

Fixed thanks



More information about the ffmpeg-cvslog mailing list