doc/filters: correct range for contrast in eq filter

Fixes #8111

Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
pull/322/head
Sourabh Sharma 5 years ago committed by Gyan Doshi
parent db92a3e463
commit 3424600e0b
  1. 2
      doc/filters.texi

@ -9538,7 +9538,7 @@ The filter accepts the following options:
@table @option @table @option
@item contrast @item contrast
Set the contrast expression. The value must be a float value in range 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 @item brightness
Set the brightness expression. The value must be a float value in Set the brightness expression. The value must be a float value in

Loading…
Cancel
Save