ffmpeg | branch: master | Sourabh Sharma <sharmasourabh121...@gmail.com> | Fri Sep 6 08:46:13 2019 +0530| [3424600e0b19417ebad6da8b28e57e11290abbe7] | committer: Gyan Doshi
doc/filters: correct range for contrast in eq filter Fixes #8111 Reviewed-by: Gyan Doshi <ffm...@gyani.pro> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3424600e0b19417ebad6da8b28e57e11290abbe7 --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 6c81e1da40..70ea16954f 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".