OSDN Git Service

Bump x265 version.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
index 4a4a1ed..7e0f7a2 100644 (file)
@@ -37,8 +37,8 @@
 #include <QRegExp>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 18;
-static const unsigned int VERSION_X265_MINIMUM_REV = 167;
+static const unsigned int VERSION_X265_MINIMUM_VER =  19;
+static const unsigned int VERSION_X265_MINIMUM_REV = 140;
 
 // ------------------------------------------------------------
 // Helper Macros