Updated x264 and x265 versions.
This commit is contained in:
parent
a8ce76fe3d
commit
e934cc960f
@ -2,6 +2,10 @@
|
||||
Simple x264/x265 Launcher version history
|
||||
-----------------------------------------
|
||||
|
||||
Version 2.77 [2016-??-??]
|
||||
* Updated x264 to revision 2744
|
||||
* Updated x265 to version 2.1+25
|
||||
|
||||
Version 2.76 [2016-10-21]
|
||||
* Updated x265 to version 2.1+25
|
||||
* Updated NVEncC to version 3.01
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <QPair>
|
||||
|
||||
//x264 version info
|
||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2708;
|
||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2728;
|
||||
static const unsigned int VERSION_X264_CURRENT_API = 148;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_X265_MINIMUM_VER = 21;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 25;
|
||||
static const unsigned int VERSION_X265_MINIMUM_REV = 69;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define VER_X264_MAJOR 2
|
||||
#define VER_X264_MINOR 7
|
||||
#define VER_X264_PATCH 6
|
||||
#define VER_X264_BUILD 1061
|
||||
#define VER_X264_BUILD 1064
|
||||
|
||||
#define VER_X264_PORTABLE_EDITION (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user