OSDN Git Service

Updated version history.
[x264-launcher/x264-launcher.git] / src / encoder_x264.cpp
index e764860..84182ce 100644 (file)
@@ -39,7 +39,7 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2705;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2708;
 static const unsigned int VERSION_X264_CURRENT_API =  148;
 
 // ------------------------------------------------------------