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:
parent
7dafb3a25a
commit
c2f3af57a5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user