diff mbox

[FFmpeg-devel] doc/filters: correct range for contrast in eq filter

Message ID CACd3CmRgVBKWk0umCW-biFYRhL_9H3w6Ogmfihg73E-r5_6x9A@mail.gmail.com
State New
Headers show

Commit Message

Sourabh Sharma Sept. 6, 2019, 2:58 a.m. UTC
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.11.0

Comments

Gyan Doshi Sept. 6, 2019, 7:53 a.m. UTC | #1
On 06-09-2019 08:28 AM, 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
> --
> 2.11.0

Should reference the ticket as well. Will make that change and push.

Thanks,
Gyan
Gyan Doshi Sept. 6, 2019, 8:41 a.m. UTC | #2
On 06-09-2019 01:23 PM, Gyan wrote:
>
>
> On 06-09-2019 08:28 AM, 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
>> -- 
>> 2.11.0
>
> Should reference the ticket as well. Will make that change and push.

Pushed as 3424600e0b19417ebad6da8b28e57e11290abbe7

Gyan
Sourabh Sharma Sept. 6, 2019, 10:52 a.m. UTC | #3
Thank you

On Fri, 6 Sep 2019, 2:11 pm Gyan, <ffmpeg@gyani.pro> wrote:

>
>
> On 06-09-2019 01:23 PM, Gyan wrote:
> >
> >
> > On 06-09-2019 08:28 AM, 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
> >> --
> >> 2.11.0
> >
> > Should reference the ticket as well. Will make that change and push.
>
> Pushed as 3424600e0b19417ebad6da8b28e57e11290abbe7
>
> Gyan
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
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