Bump x265 minimum required version to 3.4.

This commit is contained in:
LoRd_MuldeR 2020-06-25 20:00:26 +02:00
parent 5f21891504
commit 0f851c847c

View File

@ -40,8 +40,8 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 33;
static const unsigned int VERSION_X265_MINIMUM_REV = 27;
static const unsigned int VERSION_X265_MINIMUM_VER = 34;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
// ------------------------------------------------------------
// Helper Macros