Bump x265 minimum required version to 3.1+8.
This commit is contained in:
parent
1a08b0add5
commit
2bbb409dc4
@ -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!
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user