Skip to content

Commit

Permalink
avcodec/nvenc: mark intentional fall through
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Nov 29, 2016
1 parent 8cb07d8 commit 00d8515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/nvenc.c
Expand Up @@ -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,
Expand Down

0 comments on commit 00d8515

Please sign in to comment.