From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 02A6A4E29F for ; Tue, 8 Jul 2025 10:37:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 3745168F126; Tue, 8 Jul 2025 13:37:04 +0300 (EEST) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id AC6F468F0FE for ; Tue, 8 Jul 2025 13:36:56 +0300 (EEST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4bbyGG2Hthz9sqg for ; Tue, 8 Jul 2025 12:36:54 +0200 (CEST) Message-ID: <4743dd9e-1ce0-43a8-bbbf-ae5764d6c71e@gyani.pro> Date: Tue, 8 Jul 2025 16:06:51 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: Content-Language: en-US From: Gyan Doshi In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] doc/scaler.texi: add missing gamma option X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2025-07-08 06:45 am, Desmond Liu wrote: > Add missing 'gamma correct scaling' option to documentation. > > Signed-off-by: Desmond Liu > --- > 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. > > +@item gamma @var{(boolean)} > +If value is set to @code{1}, enable gamma correct scaling. Default value is @code{0}. > + Thanks. Applied as 060fc4e3a5acae27e5fbf2ff06419dff08a7d318 Regards, Gyan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".