[FFmpeg-cvslog] doc/scaler.texi: add missing gamma option

Desmond Liu git at videolan.org
Tue Jul 8 13:36:21 EEST 2025


ffmpeg | branch: master | Desmond Liu <desmond.liu at netint.ca> | Tue Jul  8 01:15:00 2025 +0000| [060fc4e3a5acae27e5fbf2ff06419dff08a7d318] | committer: Gyan Doshi

doc/scaler.texi: add missing gamma option

Add missing 'gamma correct scaling' option to documentation.

Signed-off-by: Desmond Liu <desmond.liu at netint.ca>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=060fc4e3a5acae27e5fbf2ff06419dff08a7d318
---

 doc/scaler.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/scaler.texi b/doc/scaler.texi
index eb045de6b7..a9ed10e34e 100644
--- a/doc/scaler.texi
+++ b/doc/scaler.texi
@@ -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
 is @code{0}, which enables limited range.
 
+ at item gamma @var{(boolean)}
+If value is set to @code{1}, enable gamma correct scaling. Default value is @code{0}.
+
 @anchor{sws_params}
 @item param0, param1
 Set scaling algorithm parameters. The specified values are specific of



More information about the ffmpeg-cvslog mailing list