Bump program version + updated minimum encoder versions.
This commit is contained in:
parent
9ac2aa911b
commit
d462755a9e
@ -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;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user