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 1070A4630E for ; Sat, 13 May 2023 06:34:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F26A368C09B; Sat, 13 May 2023 09:34:27 +0300 (EEST) Received: from mail-ua1-f42.google.com (mail-ua1-f42.google.com [209.85.222.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0A1D768B22C for ; Sat, 13 May 2023 09:34:21 +0300 (EEST) Received: by mail-ua1-f42.google.com with SMTP id a1e0cc1a2514c-77d5083569fso3259716241.3 for ; Fri, 12 May 2023 23:34:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683959659; x=1686551659; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=UZhNf6ZpA34qxI9x0Sf3m1vwm++Cat+0+vyDO6lxvl4=; b=EdAwIVeiJfkKMsbVEQrbpfQqLb++KjZwnu0FM/6TYB2AFzRZqSbkcI3V0NzaE7drRs YfuTM4SfOPFWuPtRNDIggIFoClmvPpeKyEQbBKo8T/c7DMix05q6JXFfRJ8/E1d5ipeK nH3Wnsf2cjy1sy1ALnjST4NbbAOoIqZJhEnkmr/i8fOHMcbiNannuYPpL5UkgSNFZzfk dtprPFpR4NmBJ8qesW+4YwVYD3lW26Iygs8N633vlADn5woPYvhoX6cJdCyfcQ/YoyOc TC0WYUBzcEP2Pli52K2FiSiL2DQRn+fWJWZlwtZieOpcDVmbMwTJ2q8UDud1BYpJEH1h 9l2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683959659; x=1686551659; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=UZhNf6ZpA34qxI9x0Sf3m1vwm++Cat+0+vyDO6lxvl4=; b=D9IyNk8NX8F7PYlXswDUGqXZjlYMehEIQY+NH4WbkbbUqx3Y91mp5133OTAOXY67g4 4dLK4Ae75yGwx7c0t25pZn8BIgEyrGbBD0tWzY/seEeoaw0nn0OVa/mF8bYwxpHWq7Ax b4fkAXJbsxC7ce2pRFjczwVJ/fkNyBkl0z2ou1CbOCWGCAZx5Wlx9hybYW4Gl6qeDOBJ o3IQMbxBBoM9pufI6rY/qa+mYNEajCZ3X28flhPXJt5tkHsyawxiZi1p2bGPcHw1c1ZI y+r54YLC8E4UbzkSCLvs3iOPZmO74IpUzVd9sLu0uSoYJEaDprgKCf5WwDqr6MDOyQp/ 3EMA== X-Gm-Message-State: AC+VfDwSIiDWW7g0s/nViFiUzjs2YmHX3kjJTISzaU5hGMvkFrGG1VQa psBEpbvk9PKCOT98EPKEvwlRkpP3CBPiJtXTlfGZY8Rr X-Google-Smtp-Source: ACHHUZ4ioWtOwLmr3CsxtqpefniM75numc9hnHQbZwOgd/Xmdqh+ANuk2Nlw1FiMVM1+rGrbJ098sgWrufwNMBOAUlM= X-Received: by 2002:a1f:6dc1:0:b0:44a:e66e:e709 with SMTP id i184-20020a1f6dc1000000b0044ae66ee709mr8311661vkc.0.1683959659487; Fri, 12 May 2023 23:34:19 -0700 (PDT) MIME-Version: 1.0 References: <20230425072620.512-1-tong1.wu@intel.com> <20230425072620.512-4-tong1.wu@intel.com> In-Reply-To: <20230425072620.512-4-tong1.wu@intel.com> From: Paul B Mahol Date: Sat, 13 May 2023 08:33:47 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v5 4/5] lavfi/format: wrap auto filters into structures 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 Cc: Tong Wu 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: Possibility for infinite loops? In what cases this helps, have graphs examples to test? _______________________________________________ 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".