Bump x265 version.
This commit is contained in:
parent
712d597080
commit
882c6df144
@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
Version 2.81 [2017-??-??]
|
Version 2.81 [2017-??-??]
|
||||||
|
* Updated x265 to version 2.3+32
|
||||||
* Updated NVEncC to version 3.07
|
* Updated NVEncC to version 3.07
|
||||||
|
|
||||||
Version 2.80 [2017-04-01]
|
Version 2.80 [2017-04-01]
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 23;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 23;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 17;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 28;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 8
|
#define VER_X264_MINOR 8
|
||||||
#define VER_X264_PATCH 0
|
#define VER_X264_PATCH 0
|
||||||
#define VER_X264_BUILD 1105
|
#define VER_X264_BUILD 1106
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user