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

Mike Melanson mike
Fri Jan 8 07:08:32 CET 2010


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.

-- 
     -Mike Melanson



More information about the ffmpeg-cvslog mailing list