OSDN Git Service

Updated x265 minimum required version to 3.0+8.
authorlordmulder <mulder2@gmx.de>
Thu, 2 May 2019 11:05:43 +0000 (13:05 +0200)
committerlordmulder <mulder2@gmx.de>
Thu, 2 May 2019 11:05:43 +0000 (13:05 +0200)
src/encoder_x265.cpp

index e1d3e5e..cb9a053 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 29;
-static const unsigned int VERSION_X265_MINIMUM_REV =  1;
+static const unsigned int VERSION_X265_MINIMUM_VER = 30;
+static const unsigned int VERSION_X265_MINIMUM_REV =  8;
 
 // ------------------------------------------------------------
 // Helper Macros