Updated encoder versions.

This commit is contained in:
LoRd_MuldeR 2014-04-10 23:56:43 +02:00
parent 5587e9a8a3
commit 14cbc72ad8
3 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@
#include <QRegExp>
//x264 version info
static const unsigned int X264_VERSION_X264_MINIMUM_REV = 2380;
static const unsigned int X264_VERSION_X264_MINIMUM_REV = 2397;
static const unsigned int X264_VERSION_X264_CURRENT_API = 142;
// ------------------------------------------------------------

View File

@ -31,8 +31,8 @@
#include <QRegExp>
//x265 version info
static const unsigned int X265_VERSION_X264_MINIMUM_VER = 7;
static const unsigned int X265_VERSION_X264_MINIMUM_REV = 232;
static const unsigned int X265_VERSION_X264_MINIMUM_VER = 9;
static const unsigned int X265_VERSION_X264_MINIMUM_REV = 29;
// ------------------------------------------------------------
// Helper Macros

View File

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