[FFmpeg-cvslog] r20441 - trunk/libavfilter/vf_format.c

stefano subversion
Tue Nov 3 22:57:21 CET 2009


Author: stefano
Date: Tue Nov  3 22:57:21 2009
New Revision: 20441

Log:
Fix/clarify description of the noformat filter.

Modified:
   trunk/libavfilter/vf_format.c

Modified: trunk/libavfilter/vf_format.c
==============================================================================
--- trunk/libavfilter/vf_format.c	Tue Nov  3 21:01:06 2009	(r20440)
+++ trunk/libavfilter/vf_format.c	Tue Nov  3 22:57:21 2009	(r20441)
@@ -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,
 



More information about the ffmpeg-cvslog mailing list