Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2017-03-23 20:59:03 +01:00
parent fd6746756a
commit f213759b53
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.79 [2017-03-23]
* Updated x265 to version 2.3+22
* Fixed possible application startup error "0xc0000005"
Version 2.78 [2017-01-07]
* Updated x265 to version 2.2+22
* Updated Avs2YUV to version 0.24 (BugMaster's mod 5)

View File

@ -40,8 +40,8 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 22;
static const unsigned int VERSION_X265_MINIMUM_REV = 15;
static const unsigned int VERSION_X265_MINIMUM_VER = 23;
static const unsigned int VERSION_X265_MINIMUM_REV = 17;
// ------------------------------------------------------------
// Helper Macros