Bump x265 minimum required version to 3.3+1.

This commit is contained in:
LoRd_MuldeR 2020-04-17 23:01:43 +02:00
parent d2236b4e0a
commit 718c88e8bf
2 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,9 @@ Simple x264/x265 Launcher version history
Version 2.96 [2020-04-17]
* 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 cURL to version 7.69.1 (2020-03-11)
Version 2.95 [2020-01-03]
* Updated x264 to revision 2991 (API v159)

View File

@ -40,8 +40,8 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 32;
static const unsigned int VERSION_X265_MINIMUM_REV = 5;
static const unsigned int VERSION_X265_MINIMUM_VER = 33;
static const unsigned int VERSION_X265_MINIMUM_REV = 1;
// ------------------------------------------------------------
// Helper Macros