Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2016-05-24 19:59:13 +02:00
parent 395f090db6
commit 82f12a59a4
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history
----------------------------------------- -----------------------------------------
Version 2.71 [2016-??-??] Version 2.71 [2016-??-??]
* Updated x265 to version 1.9+183
* Added experimental NVEncC (NVIDIA GPU encoding) support * Added experimental NVEncC (NVIDIA GPU encoding) support
* Code refactoring * Code refactoring

View File

@ -40,7 +40,7 @@
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 19; static const unsigned int VERSION_X265_MINIMUM_VER = 19;
static const unsigned int VERSION_X265_MINIMUM_REV = 167; static const unsigned int VERSION_X265_MINIMUM_REV = 183;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 7 #define VER_X264_MINOR 7
#define VER_X264_PATCH 0 #define VER_X264_PATCH 0
#define VER_X264_BUILD 1030 #define VER_X264_BUILD 1031
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)