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