From: lordmulder Date: Mon, 26 Feb 2018 15:12:23 +0000 (+0100) Subject: Bump nvencc version. X-Git-Tag: v2.86~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1435ad135bdaa987746c8167eb19d629d70e9a38;hp=2a319944402f3d4dba86bfca46749af4d5d735e1;p=x264-launcher%2Fx264-launcher.git Bump nvencc version. --- 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