OSDN Git Service

Bump NVEncC binaries to version 5.41.
authorlordmulder <mulder2@gmx.de>
Tue, 7 Dec 2021 23:12:44 +0000 (00:12 +0100)
committerlordmulder <mulder2@gmx.de>
Tue, 7 Dec 2021 23:13:29 +0000 (00:13 +0100)
HISTORY.txt
src/encoder_nvencc.cpp

index 3133fb1..e5a004d 100644 (file)
@@ -4,6 +4,7 @@ Simple x264/x265 Launcher version history
 
 Version 3.01 [2021-12-08]
 * Updated x265 to version 3.5+20
+* Updated NVEncC to version 5.41
 * Updated build environment to Visual Studio 2022
 
 Version 3.00 [2021-05-29]
index 5776aeb..2854d1f 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_NVENCC_MINIMUM_VER = 533;
+static const unsigned int VERSION_NVENCC_MINIMUM_VER = 541;
 
 // ------------------------------------------------------------
 // Helper Macros