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 992D946269 for ; Thu, 11 May 2023 10:23:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B668668C164; Thu, 11 May 2023 13:23:18 +0300 (EEST) Received: from mout-p-103.mailbox.org (mout-p-103.mailbox.org [80.241.56.161]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B5AB668C0C1 for ; Thu, 11 May 2023 13:23:11 +0300 (EEST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (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-103.mailbox.org (Postfix) with ESMTPS id 4QH7JY3pQmz9sSy for ; Thu, 11 May 2023 12:23:09 +0200 (CEST) Message-ID: <04d24914-5e3f-fc34-919f-fbb9872f3056@gyani.pro> Date: Thu, 11 May 2023 15:52:54 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20230511100420.393265-1-andrey_utkin@fastmail.com> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20230511100420.393265-1-andrey_utkin@fastmail.com> X-Rspamd-Queue-Id: 4QH7JY3pQmz9sSy Subject: Re: [FFmpeg-devel] [PATCH] doc/filters/crop: drop unmatched quote in example 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-05-11 03:34 pm, Andriy Utkin wrote: > Commit 55b81528a991 ("doc/filters: itemize crop examples") dropped the > quotation marks from these examples, but this one remained. Quotes are > actually needed to put the example into a command line or a program, but > removing it here makes the example consistent with the document. Will apply. Regards, Gyan > --- > doc/filters.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 206fb23785..b6e13afdfd 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -10697,7 +10697,7 @@ crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 +((i > @item > Apply erratic camera effect depending on timestamp: > @example > -crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)" > +crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13) > @end example > > @item _______________________________________________ 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".