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 08E374595C for ; Tue, 28 Mar 2023 22:31:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D619068CD0B; Wed, 29 Mar 2023 01:31:27 +0300 (EEST) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 41EAE68CD06 for ; Wed, 29 Mar 2023 01:31:22 +0300 (EEST) Received: by mail-ed1-f44.google.com with SMTP id w9so55900445edc.3 for ; Tue, 28 Mar 2023 15:31:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680042681; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date:from:to:cc:subject :date:message-id:reply-to; bh=3SJLqULOsqSs10UL6puNlv11JftJ8W5DVNkCyoe8iFU=; b=Q21w46cU93cGqWd3diVlia93G4uasGyeJPTKdrO5w4lxyTsUYJcGERRc6/XowbjmWm ncoiGEfNxCQb2XFX7dymBibIIQX6hbvFu223bpMTCn0YFCs1vB8OGk7kmkHf3NhMFzaa zIwVzMQwt/0bVyt95vnW8g5E0WapWwW1u3HzBOdFjzr8R05fgNkKL+4So+qAdjh2G/Au V6E74myIx/1nG1XKMqa1bNmGnpks83uWMsJkVeyd8stIIv/bDxgL6Z7f88D3tzYqadc7 Q+fAZXbib/lSFc9N+mPGK3D09CZmo7NJobh1lLDFIGNKCdjPWxjy4LxhNwZsTCwLxBYz 0xcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680042681; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=3SJLqULOsqSs10UL6puNlv11JftJ8W5DVNkCyoe8iFU=; b=YNMWA0+wx3Ut+WkhpfxawryrEDEu0hVH7qoKWI5dTlifOLCZfGSN9RyxDG4w8Y4Tg5 evsZhZJXWZ9yeFchE5ZzKOp7XnDDdI3bYpF+qjtiEeQir9775HVpO196lsYYv1dbYUfu RJ9uk5je53cA7JE3OwKPFZoghKZnRzvuMHaz7rAumjPfglyCT6SE7r6/ypjT2EUIlF+S M1IxqxQ2melIBbyWUGY+eDvb5XKUC70AIUJWoAT198A8MY2UOhINtoSGp/SekAzYZv7h apKRznmVJeumWQPYi5HuLC9QfoaawqZMra1z/TlvXoelUAVsPZ40q2xYifuawHmElK+I AVpw== X-Gm-Message-State: AAQBX9edgHPKs0Z2lhXV5LlljkXF9x/rJjkoLk31lT/4XeG4gZoJyDWX w6al5e1E98yBH61RPOIRwPlmVHSeam6OG0PJ X-Google-Smtp-Source: AKy350agZMoNYXW0j6k+vRBxR0I4y8nt4Cmth70/6HpSmFOcH6tT7oTvNRSG9YSU6e8uDCNrIe/7VA== X-Received: by 2002:a17:906:8486:b0:92b:2389:46bd with SMTP id m6-20020a170906848600b0092b238946bdmr16771921ejx.21.1680042681059; Tue, 28 Mar 2023 15:31:21 -0700 (PDT) Received: from mariano (dynamic-adsl-62-10-98-143.clienti.tiscali.it. [62.10.98.143]) by smtp.gmail.com with ESMTPSA id p13-20020a1709066a8d00b00932ab7699ffsm15033343ejr.148.2023.03.28.15.31.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Mar 2023 15:31:20 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id D5E0CBFB73; Wed, 29 Mar 2023 00:31:19 +0200 (CEST) Date: Wed, 29 Mar 2023 00:31:19 +0200 From: Stefano Sabatini To: FFmpeg development discussions and patches Message-ID: <20230328223119.GM26811@mariano> Mail-Followup-To: FFmpeg development discussions and patches References: <20230326173401.56228-1-stefasab@gmail.com> <20230326173401.56228-3-stefasab@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.13.2 (2019-12-18) Subject: Re: [FFmpeg-devel] [PATCH 3/3] doc/filters: mentions that whitespaces are ignored in the filtergraph specification 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On date Monday 2023-03-27 10:06:19 +0530, Gyan Doshi wrote: > > > On 2023-03-26 11:04 pm, Stefano Sabatini wrote: > > Also provide example showing how to use this feature to improve filtergraph > > readability. > > LGTM. Applied, thanks. _______________________________________________ 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".