Workaround for wrong (old) version number reported by NVEncC executable.

This commit is contained in:
LoRd_MuldeR 2019-10-05 21:41:01 +02:00
parent 23fa592fc0
commit 3f3e284c40
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Simple x264/x265 Launcher version history
Version 2.93 [2019-10-05] Version 2.93 [2019-10-05]
* Updated x265 to version 3.2+5 (incl. AQ mode 4 slowdown fix) * 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 * Updated build environment to Visual Studio 2019 with Update-3
Version 2.93 [2019-08-06] Version 2.93 [2019-08-06]

View File

@ -40,7 +40,7 @@
#include <QPair> #include <QPair>
//x265 version info //x265 version info
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 450; static const unsigned int VERSION_NVENCC_MINIMUM_VER = 449;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros