[FFmpeg-soc] [soc]: r1904 - in libavfilter: allfilters.c avfilter.c avfilter.h
Vitor Sessak
vitor1001 at gmail.com
Wed Feb 13 18:51:30 CET 2008
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
More information about the FFmpeg-soc
mailing list