Updated x264 and x265 versions.
This commit is contained in:
parent
4f4ce331d7
commit
508734686e
@ -32,8 +32,8 @@
|
|||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
|
|
||||||
//x264 version info
|
//x264 version info
|
||||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2455;
|
static const unsigned int VERSION_X264_MINIMUM_REV = 2495;
|
||||||
static const unsigned int VERSION_X264_CURRENT_API = 142;
|
static const unsigned int VERSION_X264_CURRENT_API = 144;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 14;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 14;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 424;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
Loading…
Reference in New Issue
Block a user