OSDN Git Service

Updated x264 binaries to r2851.
[x264-launcher/x264-launcher.git] / src / encoder_x264.cpp
index 1339b6b..477d00b 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2768;
-static const unsigned int VERSION_X264_CURRENT_API =  150;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2795;
+static const unsigned int VERSION_X264_CURRENT_API =  152;
 
 // ------------------------------------------------------------
 // Helper Macros