OSDN Git Service

Revert NVEncC version. v2.83
authorlordmulder <mulder2@gmx.de>
Sun, 11 Jun 2017 16:32:05 +0000 (18:32 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 11 Jun 2017 16:32:05 +0000 (18:32 +0200)
HISTORY.txt
src/encoder_nvencc.cpp

index e2ac40b..a31717b 100644 (file)
@@ -2,10 +2,9 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
-Version 2.82 [2017-05-26]
+Version 2.83 [2017-06-11]
 * Updated x264 to revision 2833
 * Updated x265 to version 2.4+36
-* Updated NVEncC to version 3.09
 
 Version 2.82 [2017-05-26]
 * Updated x264 to revision 2829
index d457392..c5b95eb 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_NVENCC_MINIMUM_VER = 309;
-static const unsigned int VERSION_NVENCC_MINIMUM_API =  80;
+static const unsigned int VERSION_NVENCC_MINIMUM_VER = 307;
+static const unsigned int VERSION_NVENCC_MINIMUM_API =  71;
 
 // ------------------------------------------------------------
 // Helper Macros