Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2015-04-17 19:00:53 +02:00
parent 33221a0ffd
commit 8e04c3e541
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@
#include <QRegExp> #include <QRegExp>
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 14; static const unsigned int VERSION_X265_MINIMUM_VER = 16;
static const unsigned int VERSION_X265_MINIMUM_REV = 424; static const unsigned int VERSION_X265_MINIMUM_REV = 174;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 5 #define VER_X264_MINOR 5
#define VER_X264_PATCH 0 #define VER_X264_PATCH 0
#define VER_X264_BUILD 945 #define VER_X264_BUILD 948
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)