Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2017-04-12 20:53:13 +02:00
parent 712d597080
commit 882c6df144
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.81 [2017-??-??]
* Updated x265 to version 2.3+32
* Updated NVEncC to version 3.07
Version 2.80 [2017-04-01]

View File

@ -41,7 +41,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 23;
static const unsigned int VERSION_X265_MINIMUM_REV = 17;
static const unsigned int VERSION_X265_MINIMUM_REV = 28;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 8
#define VER_X264_PATCH 0
#define VER_X264_BUILD 1105
#define VER_X264_BUILD 1106
#define VER_X264_PORTABLE_EDITION (0)