Fix/clarify description of the noformat filter.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 3 Nov 2009 21:57:21 +0000 (21:57 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 3 Nov 2009 21:57:21 +0000 (21:57 +0000)
Originally committed as revision 20441 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/vf_format.c

index 1552848..b9de3fc 100644 (file)
@@ -134,7 +134,7 @@ AVFilter avfilter_vf_format = {
 
 AVFilter avfilter_vf_noformat = {
     .name      = "noformat",
-    .description = "Force libavfilter not to use any of the specified pixel formats as the input to the next filter.",
+    .description = "Force libavfilter not to use any of the specified pixel formats for the input to the next filter.",
 
     .init      = init,