Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2016-05-13 20:41:30 +02:00
parent 586d1a19c1
commit 395f090db6
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
static const unsigned int VERSION_X265_MINIMUM_REV = 140;
static const unsigned int VERSION_X265_MINIMUM_REV = 167;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 7
#define VER_X264_PATCH 0
#define VER_X264_BUILD 1028
#define VER_X264_BUILD 1030
#define VER_X264_PORTABLE_EDITION (0)