On 28/12/2019 23:55, James Almer wrote:
> +    if (avctx->gop_size >= 0)
> +        ctx->params->keyframeMax = avctx->gop_size;

For this patch and the others, you should call x265_param_parse with the
correct key for these (kind of how librav1e.c does). x265 is not great at
struct ABI compatability, and this function is always part of the ABI.

- Derek
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to