OSDN Git Service

Bump x265 minimum required version to 3.5+20.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
index d17b9ff..e01522d 100644 (file)
@@ -41,7 +41,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER = 35;
-static const unsigned int VERSION_X265_MINIMUM_REV =  0;
+static const unsigned int VERSION_X265_MINIMUM_REV = 20;
 
 // ------------------------------------------------------------
 // Helper Macros