Bump x265 version,
This commit is contained in:
parent
138f18abc6
commit
74fd84ba4c
@ -2,6 +2,10 @@
|
||||
Simple x264/x265 Launcher version history
|
||||
-----------------------------------------
|
||||
|
||||
Version 2.75 [2016-??-??]
|
||||
* Updated x265 to version 2.1+2
|
||||
* Detection of "portable" VapourSynth (see README for details!)
|
||||
|
||||
Version 2.75 [2016-09-25]
|
||||
* Updated build environment to Visual Studio 2015 with Update-3
|
||||
* Updated x264 to revision 2721
|
||||
|
@ -39,8 +39,8 @@
|
||||
#include <QPair>
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 20;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 54;
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 21;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define VER_X264_MAJOR 2
|
||||
#define VER_X264_MINOR 7
|
||||
#define VER_X264_PATCH 5
|
||||
#define VER_X264_BUILD 1043
|
||||
#define VER_X264_BUILD 1045
|
||||
|
||||
#define VER_X264_PORTABLE_EDITION (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user