[FFmpeg-soc] [soc]: r1904 - in libavfilter: allfilters.c avfilter.c avfilter.h

Diego Biurrun diego at biurrun.de
Wed Feb 13 00:00:36 CET 2008


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.

> +void avfilter_register_all(void)
> +{
> +    static int inited;
> +
> +    if (inited)
> +        return;
> +    inited = 1;

"inited" is not an English word, you mean "initialized".

Diego



More information about the FFmpeg-soc mailing list