Bump x265 encoder version.

This commit is contained in:
LoRd_MuldeR 2014-05-10 17:29:54 +02:00
parent 0c4c96da50
commit 3ebb3d97d1
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@
#include <QRegExp>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 9;
static const unsigned int VERSION_X265_MINIMUM_REV = 133;
static const unsigned int VERSION_X265_MINIMUM_VER = 10;
static const unsigned int VERSION_X265_MINIMUM_REV = 38;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 3
#define VER_X264_PATCH 9
#define VER_X264_BUILD 866
#define VER_X264_BUILD 868
#define VER_X264_PORTABLE_EDITION (0)