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 40FFB497CF for ; Wed, 20 Mar 2024 19:30:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9299768D4D7; Wed, 20 Mar 2024 21:30:29 +0200 (EET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B392E68D2EE for ; Wed, 20 Mar 2024 21:30:23 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 194091C0003 for ; Wed, 20 Mar 2024 19:30:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1710963023; 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=vaj4/mse0RFN52rTSo4P6WsVRv62ElaGY7Ia5JY2ouA=; b=IEadg+B/pd2pAom4/3b+lcOHtZwFpQmM93EQ/ubuKtbz5q0W/0kaPOxa3kgtAqTqgJRnNG 0bLAtfB5mAIQX9qW/xNVqvZwBmY0Es4N0lj4fPgdNtOHner6eFLYskHVZrniFyhhPCdjZ9 0lYy8H2Msvxyp68urZlrIZnLnA4JETT04+APhknX75TRg37bdNad/07GxTNjSp7PsCMWH7 0TWHsVyaoik5QRXV2Sz+kdGnAj2zmyNB+PyH10kE8Bu5Ty6EfePlXVivh7HGrG+hmUobsd w5nYnl9Azdqf0rbVFef/UpNlmh3oLFOpzWqW3PHKkqOLN43U0VburQ0try1eeg== Date: Wed, 20 Mar 2024 20:30:21 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240320193021.GS6420@pb2> References: <20240319191642.95217-1-ffmpeg@haasn.xyz> <20240319191642.95217-4-ffmpeg@haasn.xyz> MIME-Version: 1.0 In-Reply-To: <20240319191642.95217-4-ffmpeg@haasn.xyz> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 4/4] avcodec/libx265: encode dovi RPUs 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="===============3664947329071723970==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3664947329071723970== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="n6R/fRnrU+NfiIBC" Content-Disposition: inline --n6R/fRnrU+NfiIBC Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2024 at 08:16:42PM +0100, Niklas Haas wrote: > From: Niklas Haas >=20 > libx265 supports these natively, we just need to forward them to the > x265picture. > --- > libavcodec/libx265.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) breaks build here CC libavcodec/libx265.o libavcodec/libx265.c: In function =E2=80=98free_picture=E2=80=99: libavcodec/libx265.c:563:16: error: =E2=80=98x265_picture {aka struct x265_= picture}=E2=80=99 has no member named =E2=80=98rpu=E2=80=99 av_free(pic->rpu.payload); ^~ libavcodec/libx265.c: In function =E2=80=98libx265_encode_frame=E2=80=99: libavcodec/libx265.c:701:20: error: =E2=80=98x265_picture {aka struct x265_= picture}=E2=80=99 has no member named =E2=80=98rpu=E2=80=99 x265pic.rpu.payload =3D av_memdup(sd->data, sd->size); ^ libavcodec/libx265.c:702:25: error: =E2=80=98x265_picture {aka struct x265_= picture}=E2=80=99 has no member named =E2=80=98rpu=E2=80=99 if (!x265pic.rpu.payload) { ^ libavcodec/libx265.c:706:20: error: =E2=80=98x265_picture {aka struct x265_= picture}=E2=80=99 has no member named =E2=80=98rpu=E2=80=99 x265pic.rpu.payloadSize =3D sd->size; ^ ffbuild/common.mak:81: recipe for target 'libavcodec/libx265.o' failed make: *** [libavcodec/libx265.o] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have never wished to cater to the crowd; for what I know they do not approve, and what they approve I do not know. -- Epicurus --n6R/fRnrU+NfiIBC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZfs5SgAKCRBhHseHBAsP q6JdAJ9JpHC2vQbvtL71Hs/ln/kQ0umrgACfTXXjJLtqcn8VWXnsUR5DXlf08hk= =jccM -----END PGP SIGNATURE----- --n6R/fRnrU+NfiIBC-- --===============3664947329071723970== 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". --===============3664947329071723970==--