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 9A43C488A8 for ; Sat, 20 Jul 2024 23:38:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 238F068D93C; Sun, 21 Jul 2024 02:38:49 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4565C68D60E for ; Sun, 21 Jul 2024 02:38:42 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9CB07240004 for ; Sat, 20 Jul 2024 23:38:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721518721; 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=D/s5x3t1xNttKqKajqdp6UQOb4lDLYqbndd4yhkyYCI=; b=gjScmrH0VAILwfTrscQN+M+UXMmwJmw/XabmcPTAv4nHWawaM4RBoiUVyaUaMZec1vtoVO 6mL/FRbO6TsIde2xPgjSeiT+Lm9dPJ/ywP7omxBJ+gwloUbr8oxZbSSAvZ7eKtk9c8n9kz p0wyt0jmEVnFE44mNrua6W9Hk5uaapjOswXmunbx99lNsKlu/YOhwHBf1/HSvo0Fre5zx1 pjke/gFPBCk/U6dVY91YGaTEBHbYm8eOmSmQcwY0iEd/MBNLYbsajj9k7V1HKpnHln/6A/ Eju+SKfzLEli/5CBAISPQkVKBSDksCIg1g+5Sx4xbc0Bg7v7UyxnhJRx+TcOPA== Date: Sun, 21 Jul 2024 01:38:40 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240720233840.GL4991@pb2> References: <20240720124510.1689-1-jamrial@gmail.com> <20240720124510.1689-2-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240720124510.1689-2-jamrial@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/4] libavcodec/h2645_sei: export raw LCEVC 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="===============1297644326613066917==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1297644326613066917== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LC1YWv9qPTwZNmWR" Content-Disposition: inline --LC1YWv9qPTwZNmWR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 20, 2024 at 09:45:08AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/h2645_sei.c | 36 ++++++++++++++++++++++++++++++++++++ > libavcodec/h2645_sei.h | 5 +++++ > libavcodec/itut35.h | 2 ++ > 3 files changed, 43 insertions(+) I must be missing some patch as this doesnt build libavcodec/h2645_sei.c: In function =E2=80=98h2645_sei_to_side_data=E2=80= =99: libavcodec/h2645_sei.c:698:63: error: =E2=80=98frame=E2=80=99 undeclared (f= irst use in this function) 698 | AVFrameSideData *sd =3D av_frame_new_side_data_from_buf(fra= me, AV_FRAME_DATA_LCEVC, lcevc->info); | ^~~~~ libavcodec/h2645_sei.c:698:63: note: each undeclared identifier is reported= only once for each function it appears in CC libavcodec/x86/flacencdsp_init.o make: *** [ffbuild/common.mak:81: libavcodec/h2645_sei.o] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election. --LC1YWv9qPTwZNmWR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZpxKfQAKCRBhHseHBAsP q22uAJ9zolQH6rYtwRF0uDhOEEdzoOaR3wCgkZuTVI/V5PmeoP604g0DJi/Ijms= =++Nr -----END PGP SIGNATURE----- --LC1YWv9qPTwZNmWR-- --===============1297644326613066917== 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". --===============1297644326613066917==--