Updated x264 binaries to r2851.

This commit is contained in:
LoRd_MuldeR 2017-07-15 21:08:48 +02:00
parent e4b257d93d
commit 00c53d77b2
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
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]
* Updated x264 to revision 2833
* Updated x265 to version 2.4+36

View File

@ -40,8 +40,8 @@
#include <QPair>
//x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2768;
static const unsigned int VERSION_X264_CURRENT_API = 150;
static const unsigned int VERSION_X264_MINIMUM_REV = 2795;
static const unsigned int VERSION_X264_CURRENT_API = 152;
// ------------------------------------------------------------
// Helper Macros

View File

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