Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 794001
Collapse All | Expand All

(-)ffmpeg-4.4/libavcodec/libkvazaar.c (-1 / +1 lines)
Lines 96-102 static av_cold int libkvazaar_init(AVCod Link Here
96
    cfg->vui.sar_width  = avctx->sample_aspect_ratio.num;
96
    cfg->vui.sar_width  = avctx->sample_aspect_ratio.num;
97
    cfg->vui.sar_height = avctx->sample_aspect_ratio.den;
97
    cfg->vui.sar_height = avctx->sample_aspect_ratio.den;
98
    if (avctx->bit_rate) {
98
    if (avctx->bit_rate) {
99
        cfg->rc_algorithm = KVZ_LAMBDA;
99
        cfg->ime_algorithm = KVZ_IME_FULL;
100
    }
100
    }
101
101
102
    if (ctx->kvz_params) {
102
    if (ctx->kvz_params) {

Return to bug 794001