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 ESMTPS id 9C7234C140 for ; Wed, 5 Feb 2025 21:07:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 19C4868B8D6; Wed, 5 Feb 2025 23:07:15 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3F13A68B446 for ; Wed, 5 Feb 2025 23:07:08 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6A11C442E9 for ; Wed, 5 Feb 2025 21:07:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1738789627; 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=or3bYane/76M5dsNJRNmcqXHQflgQIrtP2W7Oz9AALs=; b=UwFyGEmAHBZ106MfXHkU9m/80zsaCay8TlKjmJdqbw8rSsqYEqtgVgeUDRUtyY3tPSH/Or DQyx7XZJaxXIKn6PFNdhNVtb3IsH62bwKeErMQYUJJqUtqA6irZRBQUifWl9Tt8PTIL52g cAAzQg0Bvnjt+1AqZ3NlRefZWgGU3+1eVhKI3omtJYu6G3zzrGOAf4uI2kQk5W3F6sOYD+ fqXhNTP8JIP7LGDAYOvDi4XZk58IJBz2kYqbY41Vy8VWIdL5PBF1JlZYPjfCG3w+hBRbSZ ajVfdOTgBdjKvknkV4NMAaccv/aGFv+GLhgO/sKkoI9nReZePmpxVWMon/KX8A== Date: Wed, 5 Feb 2025 22:07:06 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250205210706.GF4991@pb2> References: <20250203223546.12224-1-jamrial@gmail.com> <20250203223546.12224-6-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250203223546.12224-6-jamrial@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvgeehtdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtjeenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepleekgefgffeiudefjeeuffejudehtddtudeltdehveevvedtieeulefhtdeutdeknecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 6/6] avcodec/hevc/hevcdec: export 3D Reference Displays side data 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="===============4928504392894836681==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4928504392894836681== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zev4kILZNPS9hZHY" Content-Disposition: inline --zev4kILZNPS9hZHY Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 03, 2025 at 07:35:46PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/hevc/hevcdec.c | 55 ++++++++++++++++++++++++++++++++++++++- > 1 file changed, 54 insertions(+), 1 deletion(-) seems to fail to build libavcodec/hevc/hevcdec.c: In function =E2=80=98hevc_sei_to_context=E2=80= =99: libavcodec/hevc/hevcdec.c:4060:15: error: too few arguments to function =E2= =80=98ff_frame_new_side_data_from_buf_ext=E2=80=99 4060 | ret =3D ff_frame_new_side_data_from_buf_ext(avctx, &avctx->= decoded_side_data, &avctx->nb_decoded_side_data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [...] thx --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Rewriting code that is poorly written but fully understood is good. Rewriting code that one doesnt understand is a sign that one is less smart than the original author, trying to rewrite it will not make it better. --zev4kILZNPS9hZHY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ6PS9wAKCRBhHseHBAsP q9CdAJ0V8somZQmFchMNvPhZtv/C3btWjwCcCVDz/jQI6BqrIMCnpU6v5Aonulo= =mraE -----END PGP SIGNATURE----- --zev4kILZNPS9hZHY-- --===============4928504392894836681== 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". --===============4928504392894836681==--