On Fri, Dec 21, 2007 at 12:13:13PM +0100, Vitor wrote:
> 
> Diego Biurrun wrote:
> > On Fri, Dec 21, 2007 at 11:53:16AM +0100, vitor wrote:
> >> Log:
> >> Fix misc. warnings
> >>
> >> --- libavfilter/avfilter.h (original)
> >> +++ libavfilter/avfilter.h Fri Dec 21 11:53:16 2007
> >> @@ -304,6 +304,9 @@ void avfilter_set_common_formats(AVFilte
> >>  /** Default handler for query_formats() */
> >>  int avfilter_default_query_formats(AVFilterContext *ctx);
> >>  
> >> +void avfilter_formats_changeref(AVFilterFormats **oldref,
> >> +                                AVFilterFormats **newref);
> > 
> > Forward declarations are ugly, I think it would be preferable to reorder
> > the functions instead.
> 
> I don't know if I understand well your comment... The use and the 
> implementation of the function are in different files...

Sorry, forget my comment then.

Diego
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to