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 7B72D4A444 for ; Thu, 28 Mar 2024 03:25:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5F2E268D6FF; Thu, 28 Mar 2024 05:25:55 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AB6A368D6EF for ; Thu, 28 Mar 2024 05:25:49 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id D7CE420003 for ; Thu, 28 Mar 2024 03:25:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711596349; 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=Aiv2vN0/kTp3d/eL7FPK5GxqBV5tZNNIqtJnsryZrRw=; b=ShMrmXCt5PBRMvVLmaYzekzHJvTRTTTRkdwCsiDyuAQhcmf6Gf6Nt6Pi4IxRz/aoZjywMF BxV0Masizr/vR1q+ABD2BbjKjqz68Zb9au9Vwl7zKzES/pkT7yeJnXDoK4FjHegPbcCP6e V0zmtvHOqU4ApkyUEnRZHpHSBppZTPWB7dpovxR9ZTLMvD0Nxx6WzQ8wBydr8+NH8M4t5T VocIwOD8KjkpAqq9kW0+/4jVh9UKwNCvfELqwlZgWUVEAvJNjg463Hl0wwwPjWwfuxZHGn K/8aFqgu5eGafoHjf3/iZMMTJ8kWi4MQgVCJWpmVh7amh5S1lzzal0m7R+v3eA== Date: Thu, 28 Mar 2024 04:25:48 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240328032548.GO6420@pb2> References: <171152675176.7287.1643281874746299286@lain.khirnov.net> <20240327191043.5006-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240327191043.5006-1-jamrial@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/6 v3] avutil/frame: add a flag to allow overwritting existing entries 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="===============8166787790505533667==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8166787790505533667== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="D3sr689eiXtF2M8a" Content-Disposition: inline --D3sr689eiXtF2M8a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 27, 2024 at 04:10:43PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/frame.c | 59 +++++++++++++++++++++++++++++++++++++++++++---- > libavutil/frame.h | 27 +++++++++++++++------- > 2 files changed, 74 insertions(+), 12 deletions(-) broke fate, but i see you already posted a new patch (which i didnt test ye= t) @@ -1,14 +0,0 @@ -Initial addition results with duplicates: -sd 0, Ambient viewing environment -sd 1, Content light level metadata: MaxCLL: 1 -sd 2, Content light level metadata: MaxCLL: 2 -sd 3, Content light level metadata: MaxCLL: 3 -sd 4, Spherical Mapping -sd 5, Content light level metadata: MaxCLL: 4 -sd 6, Content light level metadata: MaxCLL: 5 -sd 7, Content light level metadata: MaxCLL: 6 - -Final state after a single 'no-duplicates' addition: -sd 0, Ambient viewing environment -sd 1, Spherical Mapping -sd 2, Content light level metadata: MaxCLL: 1337 Test side_data_array failed. Look at tests/data/fate/side_data_array.err fo= r details. Assertion sd failed at libavutil/tests/side_data_array.c:63 Aborted (core dumped) threads=3D1 tests/Makefile:309: recipe for target 'fate-side_data_array' failed make: *** [fate-side_data_array] Error 134 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is a danger to trust the dream we wish for rather than the science we have, -- Dr. Kenneth Brown --D3sr689eiXtF2M8a Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZgTjNAAKCRBhHseHBAsP q7TBAJ9jwyBYUxLCYszHNTBmYlKZigmNTACfYFBfZAw4J2U9nsFE4ncpXcsV0mE= =K4fy -----END PGP SIGNATURE----- --D3sr689eiXtF2M8a-- --===============8166787790505533667== 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". --===============8166787790505533667==--