Bump x265 version.
This commit is contained in:
parent
fd6746756a
commit
f213759b53
@ -2,6 +2,10 @@
|
|||||||
Simple x264/x265 Launcher version history
|
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]
|
Version 2.78 [2017-01-07]
|
||||||
* Updated x265 to version 2.2+22
|
* Updated x265 to version 2.2+22
|
||||||
* Updated Avs2YUV to version 0.24 (BugMaster's mod 5)
|
* Updated Avs2YUV to version 0.24 (BugMaster's mod 5)
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
#include <QPair>
|
#include <QPair>
|
||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 22;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 23;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 15;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 17;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
Loading…
Reference in New Issue
Block a user