Bump x265 minimum required version to 3.3+1.
This commit is contained in:
parent
d2236b4e0a
commit
718c88e8bf
@ -4,8 +4,9 @@ Simple x264/x265 Launcher version history
|
|||||||
|
|
||||||
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)
|
||||||
* Updated cURL to version 7.69.1 (2020-03-11)
|
* Updated x265 to version 3.3+1
|
||||||
* Updated build environment to Visual Studio 2019 with Update-5
|
* Updated build environment to Visual Studio 2019 with Update-5
|
||||||
|
* Updated cURL to version 7.69.1 (2020-03-11)
|
||||||
|
|
||||||
Version 2.95 [2020-01-03]
|
Version 2.95 [2020-01-03]
|
||||||
* Updated x264 to revision 2991 (API v159)
|
* Updated x264 to revision 2991 (API v159)
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
#include <QPair>
|
#include <QPair>
|
||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 32;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 33;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 5;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 1;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
Loading…
Reference in New Issue
Block a user