diff mbox

[FFmpeg-devel] #8111 Bug Solved

Message ID CACd3CmSYEdW_pBQ94JJ6jAv00r0RSkg_x0SGwE-wfW+_UCC1mg@mail.gmail.com
State New
Headers show

Commit Message

Sourabh Sharma Sept. 5, 2019, 2 p.m. UTC
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi Sept. 5, 2019, 5:23 p.m. UTC | #1
On 05-09-2019 07:30 PM, Sourabh Sharma wrote:
> ---
>   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

Add a short commit msg e.g.

     doc/filters: correct range for contrast in eq filter

Gyan
diff mbox

Patch

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