From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 5B2814C5DE for <ffmpegdev@gitmailbox.com>; Sun, 6 Apr 2025 18:49:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 68FD9687D2C; Sun, 6 Apr 2025 21:49:53 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4EF64687D0F for <ffmpeg-devel@ffmpeg.org>; Sun, 6 Apr 2025 21:49:46 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 7651F4455D for <ffmpeg-devel@ffmpeg.org>; Sun, 6 Apr 2025 18:49:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1743965385; 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=OXJEP5jiqhhpnzAcINuZ0R1Yg7oIf4jJJh8YSMUx2+4=; b=KYbSNG4YDXoZP4Po8DLoPtofxxje4fBJxBbLovwviySNO9Ch85CNh/8eT2MaIxuXzfXZBv 3b7pz2KHITFZBohntNKyccmNBSd7Hl69rMIb10NxbVGzvhKujpk4zPHZTg/wTzSc0s2Z5d wU1T9FdvBhMekaU4CFOivtsqNITryJduSwqKlpWcgbutQqxXyAyvc8p0WKMvomVAB8Zot4 zBDV9go6e9z+BcCgYLc5ZV/HUC6g95KYJ0wWcfNI4P7xJxU8QLnNK1YvDgQvJydIklyKFQ J78SYdsiCqzlu/FW9Xx0juk1kehuMqCi0r14Gkjqrqnf9XNIjKybxVRjG9b1OA== Date: Sun, 6 Apr 2025 20:49:44 +0200 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250406184944.GK4991@pb2> References: <20220825002722.79902-1-rcombs@rcombs.me> MIME-Version: 1.0 In-Reply-To: <20220825002722.79902-1-rcombs@rcombs.me> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdduleektdegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/3] lavu/dict: add AV_DICT_DEDUP X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Type: multipart/mixed; boundary="===============0068246095150684814==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250406184944.GK4991@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============0068246095150684814== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NrdirzaEJGTDl/L+" Content-Disposition: inline --NrdirzaEJGTDl/L+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 24, 2022 at 07:27:20PM -0500, rcombs wrote: > This is useful when multiple metadata inputs may set the same value > (e.g. both a container-specific header and an ID3 tag). > --- > libavutil/dict.c | 11 +++++++++++ > libavutil/dict.h | 1 + > 2 files changed, 12 insertions(+) will apply patchset [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In a rich man's house there is no place to spit but his face. -- Diogenes of Sinope --NrdirzaEJGTDl/L+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ/LMyAAKCRBhHseHBAsP q8sjAKCJni+Y57lKdxGqoLCgYw//6mxjdQCdGjXLG6A3tru5wg9I/yfYaBTTo2o= =hQ/H -----END PGP SIGNATURE----- --NrdirzaEJGTDl/L+-- --===============0068246095150684814== 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". --===============0068246095150684814==--