Updated x265 to v1.9.

This commit is contained in:
LoRd_MuldeR 2016-02-06 12:11:31 +01:00
parent 8caee77d8a
commit 2f3eababe2

View File

@ -37,8 +37,8 @@
#include <QRegExp>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 18;
static const unsigned int VERSION_X265_MINIMUM_REV = 212;
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
// ------------------------------------------------------------
// Helper Macros