Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2017-06-11 17:50:11 +02:00
parent bd82c8c801
commit b6f783c2af
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
#include <QPair>
//x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2804;
static const unsigned int VERSION_X264_MINIMUM_REV = 2768;
static const unsigned int VERSION_X264_CURRENT_API = 150;
// ------------------------------------------------------------

View File

@ -41,7 +41,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 24;
static const unsigned int VERSION_X265_MINIMUM_REV = 22;
static const unsigned int VERSION_X265_MINIMUM_REV = 36;
// ------------------------------------------------------------
// Helper Macros