From 1435ad135bdaa987746c8167eb19d629d70e9a38 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 26 Feb 2018 16:12:23 +0100 Subject: [PATCH] Bump nvencc version. --- HISTORY.txt | 1 + src/encoder_nvencc.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index de365d9..859b476 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -5,6 +5,7 @@ Simple x264/x265 Launcher version history Version 2.86 [2018-02-26] * Updated x264 to revision 2901 (API v155) * Updated x265 to version 2.7+1 +* Updated NVEncC to version 3.30 * x264 now uses combined 8-Bit/10-Bit binaries Version 2.85 [2017-10-04] diff --git a/src/encoder_nvencc.cpp b/src/encoder_nvencc.cpp index d5c1a29..f97eab8 100644 --- a/src/encoder_nvencc.cpp +++ b/src/encoder_nvencc.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_NVENCC_MINIMUM_VER = 307; -static const unsigned int VERSION_NVENCC_MINIMUM_API = 71; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 330; +static const unsigned int VERSION_NVENCC_MINIMUM_API = 80; // ------------------------------------------------------------ // Helper Macros -- 2.11.4.GIT