Updated x264 version info.

This commit is contained in:
LoRd_MuldeR 2014-10-11 17:19:10 +02:00
parent 1d2d990737
commit b1a66ae866
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
#include <QRegExp> #include <QRegExp>
//x264 version info //x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2438; static const unsigned int VERSION_X264_MINIMUM_REV = 2455;
static const unsigned int VERSION_X264_CURRENT_API = 142; static const unsigned int VERSION_X264_CURRENT_API = 142;
// ------------------------------------------------------------ // ------------------------------------------------------------

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 4 #define VER_X264_MINOR 4
#define VER_X264_PATCH 2 #define VER_X264_PATCH 3
#define VER_X264_BUILD 885 #define VER_X264_BUILD 888
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)