On Wed, Oct 09, 2024 at 01:58:13PM +0530, Yaswanth Sastry wrote: > From 5cd8272ccf9902a4eb5451fed583909c63941fb7 Mon Sep 17 00:00:00 2001 > From: From: yaswanthsastry <[email protected]> > Date: Wed, 9 Oct 2024 13:44:54 +0530 > Subject: [PATCH] Added support to enable VBV-End feature with x265 encode > > --- > fftools/ffmpeg_enc.c | 2 ++ > libavcodec/avcodec.h | 1 + > libavcodec/libx265.c | 3 +++ > 3 files changed, 6 insertions(+)
breaks build on ubuntu:
libavcodec/libx265.c: In function ‘libx265_encode_frame’:
libavcodec/libx265.c:791:21: error: ‘x265_api’ {aka ‘const struct x265_api’}
has no member named ‘configure_vbv_end’
791 |
ctx->api->configure_vbv_end(ctx->encoder,&x265pic,(avctx->duration/1000000));
| ^~
make: *** [ffbuild/common.mak:81: libavcodec/libx265.o] Error 1
make: *** Waiting for unfinished jobs....
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
What is money laundering? Its paying someone and not telling the government.
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".
