[FFmpeg-devel] [PATCH] Add format and noformat filters

Diego Biurrun diego
Tue Nov 3 10:24:44 CET 2009


On Tue, Nov 03, 2009 at 01:30:06AM +0100, Stefano Sabatini wrote:
> On date Monday 2009-11-02 21:27:18 +0100, Stefano Sabatini encoded:
> > > --- doc/libavfilter.texi	(revision 20390)
> > > +++ doc/libavfilter.texi	(working copy)
> > > @@ -114,11 +114,11 @@
> > >  @section format
> > >  
> > >  Convert the input video to one of the specified pixel formats.
> > > -Libavfilter will try to pick one that is supported as the input to
> > > +Libavfilter will try to pick one that is supported for the input to
> > >  the next filter.
> > >  
> > > @@ -130,11 +130,11 @@
> > >  
> > > -Force libavfilter not to use any of the specified pixel formats as the
> > > +Force libavfilter not to use any of the specified pixel formats for the
> > >  input to the next filter.
> > >  
> > > @@ -142,7 +142,7 @@
> > >  
> > > -will make libavfilter use a format different from ``yuv420p'' as the
> > > +will make libavfilter use a format different from ``yuv420p'' for the
> > >  input to the vflip filter.

This was correct before your change.  Anyway, commit already.

Diego



More information about the ffmpeg-devel mailing list