summaryrefslogtreecommitdiff
path: root/doc/ffplay.texi
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-03-30 15:13:08 -0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-03-31 18:22:08 -0400
commit9db706206d1e4a5b776f50acee591d0e066a21ef (patch)
treed6b74dccc67b31f93b25ff5636bb4dd07cacdc53 /doc/ffplay.texi
parent9249b28e799c88102ff218ec6cbb99c82d702b68 (diff)
downloadffmpeg-9db706206d1e4a5b776f50acee591d0e066a21ef.tar.gz
doc: Consistently use 'filtergraph'
We used to use 'filtergraph' or 'filter graph' randomly. 'filtergraph' was chosen due to having 57 occurrences in the documentation, whereas 'filter graph' had only 19. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index ee160a0794..3c2ec5018e 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -73,19 +73,19 @@ Default value is "video", if video is not present or cannot be played
You can interactively cycle through the available show modes by
pressing the key @key{w}.
-@item -vf @var{filter_graph}
-Create the filter graph specified by @var{filter_graph} and use it to
+@item -vf @var{filtergraph}
+Create the filtergraph specified by @var{filtergraph} and use it to
filter the video stream.
-@var{filter_graph} is a description of the filter graph to apply to
+@var{filtergraph} is a description of the filtergraph to apply to
the stream, and must have a single video input and a single video
-output. In the filter graph, the input is associated to the label
+output. In the filtergraph, the input is associated to the label
@code{in}, and the output to the label @code{out}. See the
ffmpeg-filters manual for more information about the filtergraph
syntax.
-@item -af @var{filter_graph}
-@var{filter_graph} is a description of the filter graph to apply to
+@item -af @var{filtergraph}
+@var{filtergraph} is a description of the filtergraph to apply to
the input audio.
Use the option "-filters" to show all the available filters (including
sources and sinks).