OSDN Git Service

Bump x265 version.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
index 486d63e..c9755e4 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 21;
-static const unsigned int VERSION_X265_MINIMUM_REV = 70;
+static const unsigned int VERSION_X265_MINIMUM_VER = 22;
+static const unsigned int VERSION_X265_MINIMUM_REV = 15;
 
 // ------------------------------------------------------------
 // Helper Macros