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 18D664394E for ; Sun, 3 Jul 2022 13:50:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7B45468B9D4; Sun, 3 Jul 2022 16:50:06 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 495D668B81A for ; Sun, 3 Jul 2022 16:50:00 +0300 (EEST) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 263DnxtV017784 for ; Sun, 3 Jul 2022 15:49:59 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id 8EF99E00E9; Sun, 3 Jul 2022 15:49:59 +0200 (CEST) Date: Sun, 3 Jul 2022 15:49:59 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <26b9554f-38d0-af5e-a124-8848f57f25b3@passwd.hu> MIME-Version: 1.0 In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Sun, 03 Jul 2022 15:49:59 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH] avformat/concat: fix missing metadata 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="===============0203193095800312087==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0203193095800312087== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Jlg08TKZhpClCidt" Content-Disposition: inline --Jlg08TKZhpClCidt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Andreas Rheinhardt (12022-07-03): > > For example, with your change, if you concatenate a file with metadata > > "start_time=3D12:00" and another with "start_time=3D12:01", it will gen= erate > > a file with both metadata entries instead of just the first one as would > > be desirable. > Actually, the newer entry will overwrite the older entry; if you want > multiple keys with the same value, you have to use the AV_DICT_MULTIKEY > flag. I stand corrected, thanks. This is still not the most logical behavior, though. Regards, --=20 Nicolas George --Jlg08TKZhpClCidt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmLBnoUACgkQcZVLI8pN xgzRWA/8CqW+pVMCNViaA2aOMMIjgFk8yvQDNMXc3MNrvjuAVg7RQagWyJydEQRk jgAVi8lpLgyNf7hUtIU6VhLPxNGfV/H/9r3AZ5UVbTR45TFWhusfkfROWGV8EQJ9 92X55bIRSyz1AFrL11bP3hIyThFLsLsCcZlgoIuTIuZSCk87tEQuDpKxQdF493up yxMywsWhSW+2ZTQljeWVdcGa9qmOzXwWOE5WFehHoPgs9BNrzHrlHCnxm6kyqOAp KQ3vFDK1PFxsQrmiBdMYVvkVSl1vIk6OswARISvkPZEclwSV+66MUSb3OZmePpvK eWBAD31wNyvr/lKYW0RgSbSeUnzkzdbeD9KSqvtD5xktd7Aaz90ZCWCXu0dOcsiN 37i3LQAbgMl85zyxKbj/6YKFhDeTUkR9trvB7uBuLI9ny2iYeDhWMxnxNuY8xLUP RpEf4Cz5G7Ix4RUusP7OYBLugluO+hnBbUZSazybVMhYl4iIZCKzD6RZ0fLQ0R4M aEGUlb+fGQ+1QSSHYTMYr0C/v3bDRaH+k2YR/1yOHXR+mxMpWlDeC9jw/dOz2Mvg LsZdFRz/2IRIMcCJX/ZLmKCdEaApMfvdKTgBvWwvpSj3DQJk5mpYNxfbYMLinbIL OCi03VgcQyUKWfS5wpOcAFEuPjB2SxeDuT5S9rD/DMamcsoTPNs= =XUD2 -----END PGP SIGNATURE----- --Jlg08TKZhpClCidt-- --===============0203193095800312087== 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". --===============0203193095800312087==--