Bump x265 minimum required version to 3.3+27.

This commit is contained in:
LoRd_MuldeR 2020-05-15 23:29:31 +02:00
parent 5521583373
commit 26f5e16aa3
3 changed files with 7 additions and 5 deletions

View File

@ -2,8 +2,10 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.97 [unreleased]
* Updated NVEncC to version 5.00
Version 2.97 [2020-05-15]
* 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]
* Updated x264 to revision 3000 (API v160)

View File

@ -41,7 +41,7 @@
//x265 version info
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

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 9
#define VER_X264_PATCH 6
#define VER_X264_BUILD 1200
#define VER_X264_PATCH 7
#define VER_X264_BUILD 1202
#define VER_X264_PORTABLE_EDITION (0)