Bump NVEncC binaries to version 5.41.

This commit is contained in:
LoRd_MuldeR 2021-12-08 00:12:44 +01:00
parent eb41bbfb46
commit 85ad1eaa6c
2 changed files with 2 additions and 1 deletions

View 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]

View 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