diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-13 15:23:15 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-13 16:03:13 +0100 |
commit | e8bab4c6fca02c758e253b235ead49fce2b956df (patch) | |
tree | 7ddcfbb9d4f3101261d43bb554535e490cb224b2 /ffplay.c | |
parent | db4e0ecaf0e945a8a4688eee8307953d53e9e030 (diff) | |
download | ffmpeg-e8bab4c6fca02c758e253b235ead49fce2b956df.tar.gz |
ffplay: extend documentation for the -vf option
In particular, make it consistent with the ffmpeg docs.
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3241,7 +3241,7 @@ static const OptionDef options[] = { { "infbuf", OPT_BOOL | OPT_EXPERT, { &infinite_buffer }, "don't limit the input buffer size (useful with realtime streams)", "" }, { "window_title", OPT_STRING | HAS_ARG, { &window_title }, "set window title", "window title" }, #if CONFIG_AVFILTER - { "vf", OPT_STRING | HAS_ARG, { &vfilters }, "video filters", "filter list" }, + { "vf", OPT_STRING | HAS_ARG, { &vfilters }, "set video filters", "filter_graph" }, #endif { "rdftspeed", OPT_INT | HAS_ARG| OPT_AUDIO | OPT_EXPERT, { &rdftspeed }, "rdft speed", "msecs" }, { "showmode", HAS_ARG, { .func_arg = opt_show_mode}, "select show mode (0 = video, 1 = waves, 2 = RDFT)", "mode" }, |