OSDN Git Service

Bump x265 minimum required version to 3.1+8.
authorlordmulder <mulder2@gmx.de>
Mon, 22 Jul 2019 12:59:26 +0000 (14:59 +0200)
committerlordmulder <mulder2@gmx.de>
Mon, 22 Jul 2019 12:59:26 +0000 (14:59 +0200)
HISTORY.txt
src/encoder_x265.cpp

index eaea205..7ec6044 100644 (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!
 
index e591480..6a0becc 100644 (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