Commit c2f3af57 authored by Timo Rothenpieler's avatar Timo Rothenpieler

avcodec/nvenc: mark intentional fall through

parent 7dafb3a2
......@@ -591,6 +591,7 @@ static void nvenc_override_rate_control(AVCodecContext *avctx)
set_vbr(avctx);
return;
}
/* fall through */
case NV_ENC_PARAMS_RC_VBR_MINQP:
if (avctx->qmin < 0) {
av_log(avctx, AV_LOG_WARNING,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment