From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 642714BF23 for ; Sat, 5 Jul 2025 11:00:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id DEF4B6901A0; Sat, 5 Jul 2025 14:00:30 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 55FA168E68D for ; Sat, 5 Jul 2025 14:00:24 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8696643A2B for ; Sat, 5 Jul 2025 11:00:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1751713223; 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=vlFSCSHHUplw7iFrQfaFBesv/jLejJy04HvOMgMsSlE=; b=ni4OnO2pTiMVAfD6NaABdsWBnu6thWBTgsSSyjbPd0hblr5iSrSQ5nA42vEBUB1VwuVbnq y+VEIXSNVpTvsGStCTlqYbIO36kw2ahSjzOYKDo+qv+wdBiwon4lJWQ9omJ7aRp6hiplf8 UEzg33B0PSNUo3pLu9mOJxZrQ09UUrX5n0vXTMSmoYd6wOJZOiEtex4T6WBMoKDztADTyf Ucc9WArTvY6OMFanrkzZhZ2FSC7foHb3NVvAX17Av99+84Nq9CWO7jkv80+XFlUKHjYMLH pNnUBG0jiBNyvYsd7vzhSLfhQvJ52TcfMTEOvZukcDyNdyRxwOkCSO3SuwE26g== Date: Sat, 5 Jul 2025 13:00:21 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250705110021.GV29660@pb2> References: <2C68074A-F28F-42DB-8346-E65A80F7DB6F@gmail.com> <2BA2B6A2-A0EE-491A-8651-99C9EE1641F9@gmail.com> <20250630004122.GW29660@pb2> MIME-Version: 1.0 In-Reply-To: X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgddvheekiecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepieegkedtjeduffejhfetgeejtdegteetgfegtdfhjefgvefhteegkeejtddvhfevnecukfhppeeguddrieeirdeiiedrvddvjeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeiiedrvddvjedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avformat/mov.c: Fix to allow custom udta tags through when export_all option specified. 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="===============2752137285003215924==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2752137285003215924== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="b2gWsLwo+fow2kQ9" Content-Disposition: inline --b2gWsLwo+fow2kQ9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 30, 2025 at 03:33:43PM +1200, Ken McGaugh wrote: > Sorry about that. I just attached the patch directly. Please let me know = if > this still doesn't work. [...] > mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 8e1da8ae0d841c975de846882a43fe695f3ec4a2 0001-Updated-patch-allowing-cus= tom-udta-atoms-to-pass-thr.patch > From 3cce53b7fd4f0dd59872509f3e3c0ac0dc46d9ad Mon Sep 17 00:00:00 2001 > From: Ken McGaugh > Date: Sun, 29 Jun 2025 09:37:20 +1200 > Subject: [PATCH] Updated patch allowing custom udta atoms to pass through > their values correctly when export_all option specified. >=20 > --- > libavformat/mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/libavformat/mov.c b/libavformat/mov.c > index bd6b23466b..31ebcebca1 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c > @@ -484,7 +484,7 @@ retry: > return ret; > } > } else return 0; > - } else if (atom.size > 4 && key && !c->itunes_metadata && !raw) { > + } else if (atom.size > 4 && (key || c->export_all) && !c->itunes_met= adata && !raw) { will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Whats the most studid thing your enemy could do ? Blow himself up Whats the most studid thing you could do ? Give up your rights and freedom because your enemy blew himself up. --b2gWsLwo+fow2kQ9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaGkFvwAKCRBhHseHBAsP q7z5AJ9vkaK3vz0hRMLqdZtj6tXGsjdrbACcC3XR2HulshbJQ+yluR7P5g9h2IQ= =OfFd -----END PGP SIGNATURE----- --b2gWsLwo+fow2kQ9-- --===============2752137285003215924== 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". --===============2752137285003215924==--