Commit 3424600e authored by Sourabh Sharma's avatar Sourabh Sharma Committed by Gyan Doshi

doc/filters: correct range for contrast in eq filter

Fixes #8111
Reviewed-by: 's avatarGyan Doshi <ffmpeg@gyani.pro>
parent db92a3e4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment