OSDN Git Service

Workaround for wrong (old) version number reported by NVEncC executable.
authorlordmulder <mulder2@gmx.de>
Sat, 5 Oct 2019 19:41:01 +0000 (21:41 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 5 Oct 2019 19:41:01 +0000 (21:41 +0200)
HISTORY.txt
src/encoder_nvencc.cpp

index e65b183..d9c2bb2 100644 (file)
@@ -4,7 +4,7 @@ Simple x264/x265 Launcher version history
 
 Version 2.93 [2019-10-05]
 * Updated x265 to version 3.2+5 (incl. AQ mode 4 slowdown fix)
-* Updated NVEncC to version 4.50
+* Updated NVEncC to version 4.50 (v2)
 * Updated build environment to Visual Studio 2019 with Update-3
 
 Version 2.93 [2019-08-06]
index 5208f6a..048a81d 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_NVENCC_MINIMUM_VER = 450;
+static const unsigned int VERSION_NVENCC_MINIMUM_VER = 449;
 
 // ------------------------------------------------------------
 // Helper Macros