Bump x265 version.
This commit is contained in:
parent
395f090db6
commit
82f12a59a4
@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
Version 2.71 [2016-??-??]
|
Version 2.71 [2016-??-??]
|
||||||
|
* Updated x265 to version 1.9+183
|
||||||
* Added experimental NVEncC (NVIDIA GPU encoding) support
|
* Added experimental NVEncC (NVIDIA GPU encoding) support
|
||||||
* Code refactoring
|
* Code refactoring
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 167;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 183;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 7
|
#define VER_X264_MINOR 7
|
||||||
#define VER_X264_PATCH 0
|
#define VER_X264_PATCH 0
|
||||||
#define VER_X264_BUILD 1030
|
#define VER_X264_BUILD 1031
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user