Bump x265 encoder version.
This commit is contained in:
parent
0c4c96da50
commit
3ebb3d97d1
@ -32,8 +32,8 @@
|
||||
#include <QRegExp>
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 9;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 133;
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 10;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 38;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define VER_X264_MAJOR 2
|
||||
#define VER_X264_MINOR 3
|
||||
#define VER_X264_PATCH 9
|
||||
#define VER_X264_BUILD 866
|
||||
#define VER_X264_BUILD 868
|
||||
|
||||
#define VER_X264_PORTABLE_EDITION (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user