Updated x264 binaries to r2851.
This commit is contained in:
parent
e4b257d93d
commit
00c53d77b2
@ -2,6 +2,10 @@
|
|||||||
Simple x264/x265 Launcher version history
|
Simple x264/x265 Launcher version history
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
|
Version 2.84 [2017-07-12]
|
||||||
|
* Updated x264 to revision 2851
|
||||||
|
* Updated x265 to version 2.5+2
|
||||||
|
|
||||||
Version 2.83 [2017-06-11]
|
Version 2.83 [2017-06-11]
|
||||||
* Updated x264 to revision 2833
|
* Updated x264 to revision 2833
|
||||||
* Updated x265 to version 2.4+36
|
* Updated x265 to version 2.4+36
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
#include <QPair>
|
#include <QPair>
|
||||||
|
|
||||||
//x264 version info
|
//x264 version info
|
||||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2768;
|
static const unsigned int VERSION_X264_MINIMUM_REV = 2795;
|
||||||
static const unsigned int VERSION_X264_CURRENT_API = 150;
|
static const unsigned int VERSION_X264_CURRENT_API = 152;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 8
|
#define VER_X264_MINOR 8
|
||||||
#define VER_X264_PATCH 3
|
#define VER_X264_PATCH 4
|
||||||
#define VER_X264_BUILD 1115
|
#define VER_X264_BUILD 1116
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user