[FFmpeg-cvslog] r23104 - trunk/ffplay.c

bcoudurier subversion
Thu May 13 01:18:13 CEST 2010


Author: bcoudurier
Date: Thu May 13 01:18:12 2010
New Revision: 23104

Log:
rename -vfilters cli option to -vf in ffplay as well

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Thu May 13 00:38:05 2010	(r23103)
+++ trunk/ffplay.c	Thu May 13 01:18:12 2010	(r23104)
@@ -3045,7 +3045,7 @@ static const OptionDef options[] = {
     { "framedrop", OPT_BOOL | OPT_EXPERT, {(void*)&framedrop}, "drop frames when cpu is too slow", "" },
     { "window_title", OPT_STRING | HAS_ARG, {(void*)&window_title}, "set window title", "window title" },
 #if CONFIG_AVFILTER
-    { "vfilters", OPT_STRING | HAS_ARG, {(void*)&vfilters}, "video filters", "filter list" },
+    { "vf", OPT_STRING | HAS_ARG, {(void*)&vfilters}, "video filters", "filter list" },
 #endif
     { "rdftspeed", OPT_INT | HAS_ARG| OPT_AUDIO | OPT_EXPERT, {(void*)&rdftspeed}, "rdft speed", "msecs" },
     { "default", OPT_FUNC2 | HAS_ARG | OPT_AUDIO | OPT_VIDEO | OPT_EXPERT, {(void*)opt_default}, "generic catch all option", "" },



More information about the ffmpeg-cvslog mailing list