Updated x265 minimum required version to 3.0+8.
This commit is contained in:
parent
31e02e5290
commit
35f97f3576
@ -40,8 +40,8 @@
|
||||
#include <QPair>
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 29;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 1;
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 30;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 8;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
Loading…
Reference in New Issue
Block a user