Bump x265 version + updated HISTORY file.

This commit is contained in:
LoRd_MuldeR 2015-10-12 20:31:46 +02:00
parent decf0e0ffd
commit 3ebece16cc
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Version 2.60 [unreleased]
* Massive code clean-up
* Some minor fixes and improvements
* Updated x264 to revision 2597
* Updated x265 to version 1.7+470
* Updated x265 to version 1.8+2
Version 2.51 [2015-04-26]
* Fixed regression: Config files were stored in a wrong directory

View File

@ -37,8 +37,8 @@
#include <QRegExp>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 17;
static const unsigned int VERSION_X265_MINIMUM_REV = 382;
static const unsigned int VERSION_X265_MINIMUM_VER = 18;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
// ------------------------------------------------------------
// Helper Macros