Updated encoder versions.
This commit is contained in:
parent
5587e9a8a3
commit
14cbc72ad8
@ -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;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user