Updated x265 to version 3.1.

This commit is contained in:
LoRd_MuldeR 2019-07-14 19:49:38 +02:00
parent 5e571c8a78
commit 67e7feba86

View File

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