On Tue, Mar 19, 2024 at 08:16:42PM +0100, Niklas Haas wrote: > From: Niklas Haas <[email protected]> > > 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 ‘free_picture’:
libavcodec/libx265.c:563:16: error: ‘x265_picture {aka struct x265_picture}’
has no member named ‘rpu’
av_free(pic->rpu.payload);
^~
libavcodec/libx265.c: In function ‘libx265_encode_frame’:
libavcodec/libx265.c:701:20: error: ‘x265_picture {aka struct x265_picture}’
has no member named ‘rpu’
x265pic.rpu.payload = av_memdup(sd->data, sd->size);
^
libavcodec/libx265.c:702:25: error: ‘x265_picture {aka struct x265_picture}’
has no member named ‘rpu’
if (!x265pic.rpu.payload) {
^
libavcodec/libx265.c:706:20: error: ‘x265_picture {aka struct x265_picture}’
has no member named ‘rpu’
x265pic.rpu.payloadSize = sd->size;
^
ffbuild/common.mak:81: recipe for target 'libavcodec/libx265.o' failed
make: *** [libavcodec/libx265.o] Error 1
[...]
--
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
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
