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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to