diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-07-11 04:44:41 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-09-24 17:22:11 +0200 |
commit | 2725f2d40315b56f17c5dffe39dda7d94786302d (patch) | |
tree | 27350493a414c64b3e3347c519c85011cd4f9680 /doc/filters.texi | |
parent | cab8c5f8e140c96ba3725ab709d823abfd1e31a5 (diff) | |
download | ffmpeg-2725f2d40315b56f17c5dffe39dda7d94786302d.tar.gz |
doc/filters: fix an option name in the unsharp docs
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 fbc3f83897..e4fb57eb69 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2415,7 +2415,7 @@ and 13, default value is 5. Set the chroma matrix vertical size. It can be an integer between 3 and 13, default value is 5. -@item luma_amount +@item chroma_amount Set the chroma effect strength. It can be a float number between -2.0 and 5.0, default value is 0.0. |