Workaround for wrong (old) version number reported by NVEncC executable.
This commit is contained in:
parent
23fa592fc0
commit
3f3e284c40
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user