1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avcodec/nvenc: mark intentional fall through

This commit is contained in:
Timo Rothenpieler 2016-11-29 17:44:16 +01:00
parent 7dafb3a25a
commit c2f3af57a5

View File

@ -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,