OSDN Git Service

Updated x264 and x265 versions.
[x264-launcher/x264-launcher.git] / src / encoder_x264.cpp
index d8275b0..4b848d6 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 3065;
+static const unsigned int VERSION_X264_MINIMUM_REV = 3106;
 static const unsigned int VERSION_X264_CURRENT_API =  164;
 
 // ------------------------------------------------------------