diff options
author | Derek Buitenhuis | 2013-03-30 15:13:08 -0400 |
---|---|---|
committer | Derek Buitenhuis | 2013-03-31 18:22:08 -0400 |
commit | 9db706206d1e4a5b776f50acee591d0e066a21ef (patch) | |
tree | d6b74dccc67b31f93b25ff5636bb4dd07cacdc53 /doc/faq.texi | |
parent | 9249b28e799c88102ff218ec6cbb99c82d702b68 (diff) |
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.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index ebf21f5370..a95476d7c4 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 |