[FFmpeg-devel] [PATCH] Added support to enable VBV-End feature with x265 encode

Michael Niedermayer michael at niedermayer.cc
Fri Oct 11 20:19:47 EEST 2024


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 <yaswanth.sastry at multicorewareinc.com>
> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241011/d2dd5086/attachment.sig>


More information about the ffmpeg-devel mailing list