[FFmpeg-soc] [soc]: r1634 - in libavfilter: avfilter.h avfiltergraphdesc.c diffs/03_ffplay_filters.diff vf_slicify.c
Diego Biurrun
diego at biurrun.de
Fri Dec 21 12:42:51 CET 2007
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
More information about the FFmpeg-soc
mailing list