Bump x265 minimum required version to 3.3+27.
This commit is contained in:
parent
5521583373
commit
26f5e16aa3
@ -2,8 +2,10 @@
|
|||||||
Simple x264/x265 Launcher version history
|
Simple x264/x265 Launcher version history
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
Version 2.97 [unreleased]
|
Version 2.97 [2020-05-15]
|
||||||
* Updated NVEncC to version 5.00
|
* Updated x265 to version 3.3+27
|
||||||
|
* Updated NVEncC to version 5.01
|
||||||
|
* Updated cURL to version 7.70.0 (2020-04-29)
|
||||||
|
|
||||||
Version 2.96 [2020-04-17]
|
Version 2.96 [2020-04-17]
|
||||||
* Updated x264 to revision 3000 (API v160)
|
* Updated x264 to revision 3000 (API v160)
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 33;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 33;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 1;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 27;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 9
|
#define VER_X264_MINOR 9
|
||||||
#define VER_X264_PATCH 6
|
#define VER_X264_PATCH 7
|
||||||
#define VER_X264_BUILD 1200
|
#define VER_X264_BUILD 1202
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user