Bump x265 version + updated HISTORY file.
This commit is contained in:
parent
decf0e0ffd
commit
3ebece16cc
@ -7,7 +7,7 @@ Version 2.60 [unreleased]
|
|||||||
* Massive code clean-up
|
* Massive code clean-up
|
||||||
* Some minor fixes and improvements
|
* Some minor fixes and improvements
|
||||||
* Updated x264 to revision 2597
|
* 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]
|
Version 2.51 [2015-04-26]
|
||||||
* Fixed regression: Config files were stored in a wrong directory
|
* Fixed regression: Config files were stored in a wrong directory
|
||||||
|
@ -37,8 +37,8 @@
|
|||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 17;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 18;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 382;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
Loading…
Reference in New Issue
Block a user