[FFmpeg-cvslog] avcodec/nvenc: mark intentional fall through

Timo Rothenpieler git at videolan.org
Wed Nov 30 13:42:39 EET 2016


ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Tue Nov 29 17:44:16 2016 +0100| [c2f3af57a5af31ade6a3439b58d1d880ed004298] | committer: Timo Rothenpieler

avcodec/nvenc: mark intentional fall through

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2f3af57a5af31ade6a3439b58d1d880ed004298
---

 libavcodec/nvenc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
index 47b4e45..476a53e 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,



More information about the ffmpeg-cvslog mailing list