Updated x265 and NVEncC to latest versions.
This commit is contained in:
parent
ce006ecf9a
commit
c0b0fa4662
@ -40,7 +40,7 @@
|
||||
#include <QPair>
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 330;
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 401;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
@ -40,8 +40,8 @@
|
||||
#include <QPair>
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 27;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 1;
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 27;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 346;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
Loading…
Reference in New Issue
Block a user