OSDN Git Service

avcodec/nvenc: mark intentional fall through
authorTimo Rothenpieler <timo@rothenpieler.org>
Tue, 29 Nov 2016 16:44:16 +0000 (17:44 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Wed, 30 Nov 2016 11:36:23 +0000 (12:36 +0100)
libavcodec/nvenc.c

index 47b4e45..476a53e 100644 (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,