From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 38FA245356 for ; Mon, 27 Mar 2023 04:39:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4873168C6DC; Mon, 27 Mar 2023 07:39:50 +0300 (EEST) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8EDCE68C54C for ; Mon, 27 Mar 2023 07:39:44 +0300 (EEST) Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4PlKq2143bz9sSL for ; Mon, 27 Mar 2023 06:39:42 +0200 (CEST) Message-ID: <11403cb3-eb1b-b6bd-5c19-42a30f698cea@gyani.pro> Date: Mon, 27 Mar 2023 10:09:29 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230326181525.59087-1-stefasab@gmail.com> From: Gyan Doshi In-Reply-To: <20230326181525.59087-1-stefasab@gmail.com> X-Rspamd-Queue-Id: 4PlKq2143bz9sSL Subject: Re: [FFmpeg-devel] [PATCH] doc/filters/aspect: update documentation 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 2023-03-26 11:45 pm, Stefano Sabatini wrote: > Drop mention of unsupported N:M syntax, dropped since 0ed61546c459. > > Also, drop reference of common expression constants, and fix > description of a expression parameter. > > Fix issue: > http://trac.ffmpeg.org/ticket/9974 > --- > doc/filters.texi | 18 +++++------------- > 1 file changed, 5 insertions(+), 13 deletions(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 889de8b11a..8d4c6ae2f6 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -20888,12 +20888,9 @@ It accepts the following parameters: > @item r, ratio, dar (@code{setdar} only), sar (@code{setsar} only) > Set the aspect ratio used by the filter. > > -The parameter can be a floating point number string, an expression, or > -a string of the form @var{num}:@var{den}, where @var{num} and > -@var{den} are the numerator and denominator of the aspect ratio. If > -the parameter is not specified, it is assumed the value "0". > -In case the form "@var{num}:@var{den}" is used, the @code{:} character > -should be escaped. > +The parameter can be a floating point number string, or an expression. If the > +parameter is not specified, it is assumed the value "0", meaning that the same > +input value is assumed. A more idiomatic phrase would be `If the parameter is not specified, the value "0" is assumed, meaning that the input value is used.` 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".