]> git.sesse.net Git - ffmpeg/commit
avcodec/nvenc: Fix forcing constqp rc mode
authorTimo Rothenpieler <timo@rothenpieler.org>
Tue, 31 May 2016 14:53:38 +0000 (16:53 +0200)
committerTimo Rothenpieler <timo@rothenpieler.org>
Tue, 31 May 2016 14:53:38 +0000 (16:53 +0200)
commit1330a0f31f373f3b9f1ea53d48b94edc47759b76
tree1db0408fd3042f429ff29cb4f25e18f79e76501e
parent58c6dcb4b7e77ca87d6b4bd869b098603b5b11f1
avcodec/nvenc: Fix forcing constqp rc mode

The CONSTQP enum value is 0, so this check failed for it.
libavcodec/nvenc.c