OSDN Git Service

Bump program version + updated changelog.
[x264-launcher/x264-launcher.git] / src / encoder_x264.cpp
index 10a7815..cb65446 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2728;
-static const unsigned int VERSION_X264_CURRENT_API =  148;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2804;
+static const unsigned int VERSION_X264_CURRENT_API =  150;
 
 // ------------------------------------------------------------
 // Helper Macros