[FFmpeg-devel] [PATCH 09/12] doc: Consistently use 'filergraph'

Stefano Sabatini stefasab at gmail.com
Sat Mar 30 22:31:28 CET 2013


Typo in subject.

On date Saturday 2013-03-30 15:32:56 -0400, Derek Buitenhuis encoded:
> 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 at gmail.com>
> ---
>  doc/faq.texi     |    2 +-
>  doc/ffmpeg.texi  |   20 ++++++++++----------
>  doc/ffplay.texi  |    8 ++++----
>  doc/filters.texi |    8 ++++----
>  4 files changed, 19 insertions(+), 19 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
> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> index 0c1d428..6268054 100644
> --- a/doc/ffmpeg.texi
> +++ b/doc/ffmpeg.texi
> @@ -346,18 +346,18 @@ codec-dependent.
>  

>  @anchor{filter_option}
>  @item -filter[:@var{stream_specifier}] @var{filter_graph} (@emph{output,per-stream})
> -Create the filter graph specified by @var{filter_graph} and use it to
> +Create the filtergraph specified by @var{filter_graph} and use it to
>  filter the stream.
>  
> - at var{filter_graph} is a description of the filter graph to apply to
> + at var{filter_graph} is a description of the filtergraph to apply to
>  the stream, and must have a single input and a single output of the
> -same type of the stream. In the filter graph, the input is associated
> +same type of the stream. 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.

As a consequence we should also probably rename the various
@var{filter_graph} occurrences to @var{filtergraph}.

[...]

LGTM otherwise.
-- 
FFmpeg = Formidable Fancy Mind-dumbing Perfectionist Educated Gadget


More information about the ffmpeg-devel mailing list