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 C5CF6487A9 for ; Wed, 17 Jan 2024 14:57:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6B60168CF3E; Wed, 17 Jan 2024 16:57:43 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EFB1C68C4C6 for ; Wed, 17 Jan 2024 16:57:36 +0200 (EET) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=H00po3BZ; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id B2B9D240DA9 for ; Wed, 17 Jan 2024 15:57:36 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id VAPbdsv6JQhq for ; Wed, 17 Jan 2024 15:57:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1705503456; bh=EP6gewn+NrJGoUPDW/7LKcAVp1eq9Z2J+fLinyVz7+8=; h=Subject:From:To:In-Reply-To:References:Date:From; b=H00po3BZSoEfPFOHeAC0ud1FdD8XMimy3bPYvqJ0OmWaIqqM8OGcxbKT0Niexpqlc W5IaH4HwUp9SzYRtGLDnt76rEu60bQqXFfWuTR7yYW+EX9jCLNivK9pypk7m291S70 N4TtFfvyLaz1ExzD5QbGsOT7yfjHXBmiPD11/eLR03nrdEZtHWtKglbxABw4Y2bgKs yJA1T5zFcQWq5ufshCjcOE0Z1SfrtlwFo0GCIzIEQmybzDPDp1i77Yfwp0z0JJ5lw8 UxLL9fMU3omXpbO4zfzWbSK54OT9kwSCc9+3MKB0ZBxktfE2ZbBogvPDzrb270o5a6 c4SvJN0DcaoIw== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 2ADF1240DA8 for ; Wed, 17 Jan 2024 15:57:36 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 0B6F91601B9; Wed, 17 Jan 2024 15:57:36 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20240117130149.GN6420@pb2> References: <20240117124036.7877-1-anton@khirnov.net> <20240117124036.7877-2-anton@khirnov.net> <20240117130149.GN6420@pb2> Mail-Followup-To: FFmpeg development discussions and patches Date: Wed, 17 Jan 2024 15:57:36 +0100 Message-ID: <170550345602.8914.13429822180434890887@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/8] fftools/cmdutils: add a flag for per-stream options 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: Quoting Michael Niedermayer (2024-01-17 14:01:49) > On Wed, Jan 17, 2024 at 01:40:29PM +0100, Anton Khirnov wrote: > > Not all OPT_SPEC options are per-stream, this will allow identifying > > those that are, which will be useful in following commits. > > --- > > fftools/cmdutils.h | 13 +++-- > > fftools/ffmpeg_opt.c | 118 +++++++++++++++++++++---------------------- > > 2 files changed, 68 insertions(+), 63 deletions(-) > > Seems git doesnt like applying this As for the other one, this is on top of the previous set. Or see branch ffmpeg_opt_help in my tree. -- Anton Khirnov _______________________________________________ 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".