OSDN Git Service

Bump x265 minimum required version to 3.2+5.
authorlordmulder <mulder2@gmx.de>
Sat, 5 Oct 2019 19:04:26 +0000 (21:04 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 5 Oct 2019 19:04:26 +0000 (21:04 +0200)
src/encoder_x265.cpp

index 6a0becc..60d685c 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 31;
-static const unsigned int VERSION_X265_MINIMUM_REV =  8;
+static const unsigned int VERSION_X265_MINIMUM_VER = 32;
+static const unsigned int VERSION_X265_MINIMUM_REV =  5;
 
 // ------------------------------------------------------------
 // Helper Macros