diff options
author | Lou Logan <lou@lrcd.com> | 2015-09-19 12:29:15 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2015-09-19 12:29:15 -0800 |
commit | b798593ca52616773702685fbb4dcb2aae46eaac (patch) | |
tree | b5aa5aabd3df40073076bb7f8545453c17fb12a3 /doc/filters.texi | |
parent | a0af9fd95415293b965bb67e56a11f6429326db1 (diff) | |
download | ffmpeg-b798593ca52616773702685fbb4dcb2aae46eaac.tar.gz |
doc/filters: fix typo in eq contrast option
Fixes ticket #4866.
Signed-off-by: Lou Logan <lou@lrcd.com>
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 4a55e59164..88cb3ce863 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5309,7 +5309,7 @@ The filter accepts the following options: @table @option @item contrast Set the contrast expression. The value must be a float value in range -@code{-2.0} to @code{2.0}. The default value is "0". +@code{-2.0} to @code{2.0}. The default value is "1". @item brightness Set the brightness expression. The value must be a float value in |