mirror of https://git.ffmpeg.org/ffmpeg.git
doc/filters: correct range for contrast in eq filter
Fixes #8111 Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
This commit is contained in:
parent
db92a3e463
commit
3424600e0b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue