[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:08:11 CET 2007
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.
Diego
More information about the FFmpeg-soc
mailing list