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 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".