[FFmpeg-cvslog] r21077 - in trunk/libavfilter: avfilter.h formats.c

Stefano Sabatini stefano.sabatini-lala
Fri Jan 8 09:16:33 CET 2010


On date Thursday 2010-01-07 22:08:32 -0800, Mike Melanson wrote:
> stefano wrote:
>>  void avfilter_formats_unref(AVFilterFormats **ref)
>>  {
>> +    if (!*ref)
>> +        return;
>> +
>>      int idx = find_ref_index(ref);
>
> This breaks compilation on gcc 2.95.3 (still supported) due to declaring  
> variable after code.

Fixed.



More information about the ffmpeg-cvslog mailing list