Bump program version + updated minimum encoder versions.

This commit is contained in:
LoRd_MuldeR 2014-08-13 15:39:06 +02:00
parent 9ac2aa911b
commit d462755a9e
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -32,8 +32,8 @@
#include <QRegExp>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 11;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
static const unsigned int VERSION_X265_MINIMUM_VER = 12;
static const unsigned int VERSION_X265_MINIMUM_REV = 514;
// ------------------------------------------------------------
// Helper Macros

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 4
#define VER_X264_PATCH 0
#define VER_X264_BUILD 879
#define VER_X264_PATCH 1
#define VER_X264_BUILD 880
#define VER_X264_PORTABLE_EDITION (0)