diff options
author | Tim.Nicholson <tim.nicholson@bbc.co.uk> | 2013-06-07 15:24:14 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-06-07 16:34:00 +0200 |
commit | 0ea135613788ef69ee4f52afb520a169e6da6b9e (patch) | |
tree | 7e444aac1e0a90107b065f8f682d2eb25431852a /doc/filters.texi | |
parent | 8912029031d3cf4c42918931104d2ceec21d509a (diff) | |
download | ffmpeg-0ea135613788ef69ee4f52afb520a169e6da6b9e.tar.gz |
doc/filters: fix alias option name for chroma_mode in 'il' filter.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index f9308e69c5..4cb6710ccf 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4571,7 +4571,7 @@ The filter accepts the following options: @table @option @item luma_mode, l -@item chroma_mode, s +@item chroma_mode, c @item alpha_mode, a Available values for @var{luma_mode}, @var{chroma_mode} and @var{alpha_mode} are: |