Updated x264 and x265 versions.

This commit is contained in:
LoRd_MuldeR 2016-12-13 20:07:44 +01:00
parent a8ce76fe3d
commit e934cc960f
4 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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;
// ------------------------------------------------------------

View File

@ -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

View File

@ -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)