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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
