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

Diego Biurrun diego at biurrun.de
Wed Feb 13 10:15:04 CET 2008


On Wed, Feb 13, 2008 at 12:00:36AM +0100, 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 @@
> > +void avfilter_register_all(void)
> > +{
> > +    static int inited;
> > +
> > +    if (inited)
> > +        return;
> > +    inited = 1;
> 
> "inited" is not an English word, you mean "initialized".

Oh, I noticed this is all over FFmpeg.  Fixed.

Diego



More information about the FFmpeg-soc mailing list