Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2016-07-18 11:35:32 +02:00
parent 17f6303b6b
commit f63ad23475
3 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,9 @@
Simple x264/x265 Launcher version history Simple x264/x265 Launcher version history
----------------------------------------- -----------------------------------------
Version 2.74 [2016-07-18]
* Updated x265 to version 2.0+2
Version 2.73 [2016-07-03] Version 2.73 [2016-07-03]
* Updated x264 to revision 2705 * Updated x264 to revision 2705
* Updated x265 to version 1.9+227 * Updated x265 to version 1.9+227

View File

@ -39,8 +39,8 @@
#include <QPair> #include <QPair>
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 19; static const unsigned int VERSION_X265_MINIMUM_VER = 20;
static const unsigned int VERSION_X265_MINIMUM_REV = 227; static const unsigned int VERSION_X265_MINIMUM_REV = 0;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 7 #define VER_X264_MINOR 7
#define VER_X264_PATCH 3 #define VER_X264_PATCH 4
#define VER_X264_BUILD 1036 #define VER_X264_BUILD 1038
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)