[FFmpeg-soc] [soc]: r1634 - in libavfilter: avfilter.h avfiltergraphdesc.c diffs/03_ffplay_filters.diff vf_slicify.c
Vitor
vitor1001 at gmail.com
Fri Dec 21 12:13:13 CET 2007
Hi
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.
>
> Diego
I don't know if I understand well your comment... The use and the
implementation of the function are in different files...
-Vitor
More information about the FFmpeg-soc
mailing list