Updated encoder versions.
This commit is contained in:
parent
75ff0690f1
commit
1af6d6ccd4
@ -32,7 +32,7 @@
|
|||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
|
|
||||||
//x264 version info
|
//x264 version info
|
||||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2397;
|
static const unsigned int VERSION_X264_MINIMUM_REV = 2412;
|
||||||
static const unsigned int VERSION_X264_CURRENT_API = 142;
|
static const unsigned int VERSION_X264_CURRENT_API = 142;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 9;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 9;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 70;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 133;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 3
|
#define VER_X264_MINOR 3
|
||||||
#define VER_X264_PATCH 7
|
#define VER_X264_PATCH 8
|
||||||
#define VER_X264_BUILD 855
|
#define VER_X264_BUILD 856
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user