summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSourabh Sharma <sharmasourabh121.ss@gmail.com>2019-09-06 08:28:13 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2019-09-06 14:07:33 +0530
commit3424600e0b19417ebad6da8b28e57e11290abbe7 (patch)
tree2b20c462886c2b8e98c067055f175b46264d98aa /doc
parentdb92a3e4630f21535bc3410165edc626232a802a (diff)
downloadffmpeg-streaming-3424600e0b19417ebad6da8b28e57e11290abbe7.zip
ffmpeg-streaming-3424600e0b19417ebad6da8b28e57e11290abbe7.tar.gz
doc/filters: correct range for contrast in eq filter
Fixes #8111 Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6c81e1d..70ea169 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9538,7 +9538,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 "1".
+@code{-1000.0} to @code{1000.0}. The default value is "1".
@item brightness
Set the brightness expression. The value must be a float value in
OpenPOWER on IntegriCloud