[FFmpeg-devel] [PATCH v16 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

Sun, Jing A jing.a.sun at intel.com
Mon Aug 5 11:19:21 EEST 2019


This update corrected the rc_mode assignment position. It should get assigned before the if().

264a265,269
> +    if (param->rateControlMode) {
> +        param->maxQpAllowed = avctx->qmax;
> +        param->minQpAllowed = avctx->qmin;
> +    }
> +
277,281d281
< +    if (param->rateControlMode) {
< +        param->maxQpAllowed = avctx->qmax;
< +        param->minQpAllowed = avctx->qmin;
< +    }
< + 


More information about the ffmpeg-devel mailing list