Commit b99c73ab authored by Werner Robitza's avatar Werner Robitza Committed by Gyan Doshi

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: 's avatarWerner Robitza <werner.robitza@gmail.com>
Signed-off-by: 's avatarGyan Doshi <ffmpeg@gyani.pro>
parent 206f72d0
......@@ -87,11 +87,13 @@ Set source pixel format (must be expressed as an integer).
@item dst_format @var{(API only)}
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}
@item param0, param1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment