Updated x265 minimum required version to 3.0+8.

This commit is contained in:
LoRd_MuldeR 2019-05-02 13:05:43 +02:00
parent 31e02e5290
commit 35f97f3576

View File

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