Updated x265 and NVEncC to latest versions.

This commit is contained in:
LoRd_MuldeR 2018-05-11 10:56:52 +02:00
parent ce006ecf9a
commit c0b0fa4662
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -40,8 +40,8 @@
#include <QPair> #include <QPair>
//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