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 6790048797 for ; Wed, 17 Jan 2024 13:08:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E7A1E68CF46; Wed, 17 Jan 2024 15:08:36 +0200 (EET) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E4B3368CE4C for ; Wed, 17 Jan 2024 15:08:30 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 215FF40004 for ; Wed, 17 Jan 2024 13:08:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1705496910; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=fTN0t6/kVjDlzKDQ1Wn3gt41Ljh/x3dYMkLDtymIhtk=; b=KjuQ3pKF1Sjyv4vtFS5ujyjPMS/laXVfLX+5NDdTfRnwoikUiV32gLq0pwSpNaHrrbQCfJ TAtrW2k1zZ3jeoKHnJlGkoUhRUltDlsncQ3rZ5GA5v9TXU/m0GbU6gPIflIodj05xpCcqa a58twnrHvjmfhTnq2OOc+AE//DOy5Rf+YSYwsNh4n1BgII2yPa/yrQcHUOczIdUWZmWhSD a2sEj7Pm+1AeyNYMefL02hseBW/mBJ2yi1S5fEZbzVePhoDXjCEqz+Q8ndcCeeFfVJFJY5 yH4YyWa00ZbvaozBpHQs778Sj9oNxqndRptiz2B3aUP2vr+4kirm404P7bUZYg== Date: Wed, 17 Jan 2024 14:08:29 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240117130829.GO6420@pb2> References: <20240117092233.8503-1-anton@khirnov.net> <20240117092233.8503-4-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240117092233.8503-4-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 4/6] fftools/cmdutils: add option syntax for loading arbitrary arguments from a file 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: multipart/mixed; boundary="===============2580343490429765241==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2580343490429765241== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="cuaeuPE6lxt7+eO5" Content-Disposition: inline --cuaeuPE6lxt7+eO5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2024 at 10:22:31AM +0100, Anton Khirnov wrote: > Aligned with analogous feature for filter options in ffmpeg CLI. > --- > Changelog | 2 + > doc/fftools-common-opts.texi | 9 ++++ > fftools/cmdutils.c | 99 ++++++++++++++++++++++++++++++------ > fftools/cmdutils.h | 3 ++ > fftools/ffmpeg.h | 1 - > fftools/ffmpeg_opt.c | 26 ---------- > 6 files changed, 97 insertions(+), 43 deletions(-) git is unsable to apply this as well Applying: fftools/cmdutils: add option syntax for loading arbitrary argumen= ts from a file error: sha1 information is lacking or useless (Changelog). error: could not build fake ancestor Patch failed at 0001 fftools/cmdutils: add option syntax for loading arbitr= ary arguments from a file Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Does the universe only have a finite lifespan? No, its going to go on forever, its just that you wont like living in it. -- Hiranya Peiri --cuaeuPE6lxt7+eO5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZafRTQAKCRBhHseHBAsP qzEqAJ485apbnnQccRfi2nRc74t2D5jkdQCgmFIClWDZGyPePLcM9Ua3d9azR9U= =BuIe -----END PGP SIGNATURE----- --cuaeuPE6lxt7+eO5-- --===============2580343490429765241== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============2580343490429765241==--