[FFmpeg-devel] [PATCH]

Gyan ffmpeg at gyani.pro
Fri May 17 12:15:39 EEST 2019



On 17-05-2019 02:29 PM, Werner Robitza wrote:
> On Fri, May 17, 2019 at 9:41 AM Gyan <ffmpeg at gyani.pro> wrote:
>> Strictly speaking, the doc page isn't for CLI use only. A note has been
>> added to indicate which options are API only.
> That definitely clears things up, thanks.
>
> But coming back to what you wrote initially:
>
>> Sure, if the option name was is_src_range_full. But src_range allows you
>> to specify a range. So, even though there are only two, better to
>> mention the allowed values and their meaning.
> Changed the patch now. Please have a look.
One change, from,

     If value is set to @code{1}, enable full range for source. Default 
value is @code{0}, which enables limited range.

to

     If value is set to @code{1}, indicates source is full range. 
Default value is @code{0}, which indicates source as limited range.


Gyan


More information about the ffmpeg-devel mailing list