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

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

Reply via email to