OSDN Git Service

Bump nvencc version.
authorlordmulder <mulder2@gmx.de>
Mon, 26 Feb 2018 15:12:23 +0000 (16:12 +0100)
committerlordmulder <mulder2@gmx.de>
Mon, 26 Feb 2018 15:12:23 +0000 (16:12 +0100)
HISTORY.txt
src/encoder_nvencc.cpp

index de365d9..859b476 100644 (file)
@@ -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]
index d5c1a29..f97eab8 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //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