Browse Source

doc/scaler: explain values for src_range, dst_range

This fixes the description of the values for src_range and dst_range to
include the possible values and their meanings.

Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
tags/n4.2
Werner Robitza Gyan Doshi 6 years ago
parent
commit
b99c73abf4
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      doc/scaler.texi

+ 6
- 4
doc/scaler.texi View File

@@ -87,11 +87,13 @@ Set source pixel format (must be expressed as an integer).
@item dst_format @var{(API only)} @item dst_format @var{(API only)}
Set destination pixel format (must be expressed as an integer). Set destination pixel format (must be expressed as an integer).


@item src_range
Select source range.
@item src_range @var{(boolean)}
If value is set to @code{1}, indicates source is full range. Default value is
@code{0}, which indicates source is limited range.


@item dst_range
Select destination range.
@item dst_range @var{(boolean)}
If value is set to @code{1}, enable full range for destination. Default value
is @code{0}, which enables limited range.


@anchor{sws_params} @anchor{sws_params}
@item param0, param1 @item param0, param1


Loading…
Cancel
Save