OSDN Git Service

Bump x264 version.
authorlordmulder <mulder2@gmx.de>
Fri, 26 May 2017 11:13:39 +0000 (13:13 +0200)
committerlordmulder <mulder2@gmx.de>
Fri, 26 May 2017 11:13:39 +0000 (13:13 +0200)
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