OSDN Git Service

Bump x265 version.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
index 73355fb..01b3a43 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 23;
-static const unsigned int VERSION_X265_MINIMUM_REV = 28;
+static const unsigned int VERSION_X265_MINIMUM_VER = 24;
+static const unsigned int VERSION_X265_MINIMUM_REV =  6;
 
 // ------------------------------------------------------------
 // Helper Macros