Bump x265 minimum required version to 3.1+8.

This commit is contained in:
LoRd_MuldeR 2019-07-22 14:59:26 +02:00
parent 1a08b0add5
commit 2bbb409dc4
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Simple x264/x265 Launcher version history
Version 2.92 [2019-07-22]
* Updated x264 to revision 2984 (API v158)
* Updated x265 to version 3.1+8
* Fixed detection of VapourSynth R46
* Note: Minimum supported VapourSynth version is R46 now!

View File

@ -41,7 +41,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 31;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
static const unsigned int VERSION_X265_MINIMUM_REV = 8;
// ------------------------------------------------------------
// Helper Macros