You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: correct range for contrast in eq filter
Fixes #8111 Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
This commit is contained in:
committed by
Gyan Doshi
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
|
||||
|
Reference in New Issue
Block a user