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

Gyan ffmpeg at gyani.pro
Fri Sep 6 11:41:18 EEST 2019



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
>> - at code{-2.0} to @code{2.0}. The default value is "1".
>> + at 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


More information about the ffmpeg-devel mailing list