Updated x265 to version 2.5+22.

This commit is contained in:
LoRd_MuldeR 2017-10-04 23:18:57 +02:00
parent 00c53d77b2
commit 6b9d07dfda
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.85 [2017-10-04]
* Updated x265 to version 2.5+22
* Updated build environment to Visual Studio 2017 with Update-3
Version 2.84 [2017-07-12]
* Updated x264 to revision 2851
* Updated x265 to version 2.5+2

View File

@ -41,7 +41,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 25;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
static const unsigned int VERSION_X265_MINIMUM_REV = 22;
// ------------------------------------------------------------
// Helper Macros

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 8
#define VER_X264_PATCH 4
#define VER_X264_BUILD 1116
#define VER_X264_PATCH 5
#define VER_X264_BUILD 1118
#define VER_X264_PORTABLE_EDITION (0)