summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2016-11-29 17:44:16 +0100
committerTimo Rothenpieler <timo@rothenpieler.org>2016-11-30 12:36:23 +0100
commitc2f3af57a5af31ade6a3439b58d1d880ed004298 (patch)
tree13dc8c60b2b6d11e87e46bb8288641c166278b91
parent7dafb3a25a580a5f8f1a5083835c67be9ed17043 (diff)
avcodec/nvenc: mark intentional fall through
-rw-r--r--libavcodec/nvenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
index 47b4e45146..476a53e319 100644
--- a/libavcodec/nvenc.c
+++ b/libavcodec/nvenc.c
@@ -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,