avcodec/nvenc: fix typo in new Windows driver version

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
Timo Rothenpieler 2019-09-24 12:00:00 +02:00
parent a214c17414
commit 89cbbe9f70
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static void nvenc_print_driver_requirement(AVCodecContext *avctx, int level)
const char *minver = "(unknown)";
#elif NVENCAPI_CHECK_VERSION(9, 1)
# if defined(_WIN32) || defined(__CYGWIN__)
const char *minver = "435.15";
const char *minver = "436.15";
# else
const char *minver = "435.21";
# endif