summaryrefslogtreecommitdiffstats
path: root/doc/faq.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/faq.texi
parent9249b28e799c88102ff218ec6cbb99c82d702b68 (diff)
downloadffmpeg-streaming-9db706206d1e4a5b776f50acee591d0e066a21ef.zip
ffmpeg-streaming-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/faq.texi')
-rw-r--r--doc/faq.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index ebf21f5..a95476d 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -399,7 +399,7 @@ why the converting filter was needed at that place.
Just before the output is a likely place, as @option{-f lavfi} currently
only support packed S16.
-Then insert the correct @code{aconvert} explicitly in the filter graph,
+Then insert the correct @code{aconvert} explicitly in the filtergraph,
specifying the exact format.
@example
OpenPOWER on IntegriCloud