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;
< + }
< +
_______________________________________________
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".