Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2017-05-06 13:10:40 +02:00
parent a34a9b8b61
commit 5f71d7bff3
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@
#include <QPair> #include <QPair>
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 23; static const unsigned int VERSION_X265_MINIMUM_VER = 24;
static const unsigned int VERSION_X265_MINIMUM_REV = 28; static const unsigned int VERSION_X265_MINIMUM_REV = 6;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 8 #define VER_X264_MINOR 8
#define VER_X264_PATCH 0 #define VER_X264_PATCH 0
#define VER_X264_BUILD 1107 #define VER_X264_BUILD 1108
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)