Updated x265 to version 2.5+22.
This commit is contained in:
parent
00c53d77b2
commit
6b9d07dfda
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user