Hi, and thanks for following avfilter development

Diego Biurrun wrote:
> On Tue, Feb 12, 2008 at 09:40:32PM +0100, vitor wrote:
>> --- (empty file)
>> +++ libavfilter/allfilters.c Tue Feb 12 21:40:32 2008
>> @@ -0,0 +1,61 @@
>> +/*
>> + * Provides registration of all filters for libavfilter.
> 
> I think just "filter registration" conveys the same information.

I agree.

> 
>> +void avfilter_register_all(void)
>> +{
>> +    static int inited;
>> +
>> +    if (inited)
>> +        return;
>> +    inited = 1;
> 
> "inited" is not an English word, you mean "initialized".

Agreed, and you can just commit this kind of changes (and more critical 
functional changes too, the policy for commiting in -soc is less rigid).

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

Reply via email to