1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

doc/scaler.texi: add missing gamma option

Add missing 'gamma correct scaling' option to documentation.

Signed-off-by: Desmond Liu <desmond.liu@netint.ca>
This commit is contained in:
Desmond Liu
2025-07-08 01:15:00 +00:00
committed by Gyan Doshi
parent 0dedef1557
commit 060fc4e3a5

View File

@ -96,6 +96,9 @@ If value is set to @code{1}, indicates source is full range. Default value is
If value is set to @code{1}, enable full range for destination. Default value If value is set to @code{1}, enable full range for destination. Default value
is @code{0}, which enables limited range. is @code{0}, which enables limited range.
@item gamma @var{(boolean)}
If value is set to @code{1}, enable gamma correct scaling. Default value is @code{0}.
@anchor{sws_params} @anchor{sws_params}
@item param0, param1 @item param0, param1
Set scaling algorithm parameters. The specified values are specific of Set scaling algorithm parameters. The specified values are specific of