OSDN Git Service

Bump x264 minimum required version to API-#158 (r2982).
authorlordmulder <mulder2@gmx.de>
Mon, 22 Jul 2019 12:41:04 +0000 (14:41 +0200)
committerlordmulder <mulder2@gmx.de>
Mon, 22 Jul 2019 12:41:04 +0000 (14:41 +0200)
src/encoder_x264.cpp

index 5e8597c..705eb1d 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2945;
-static const unsigned int VERSION_X264_CURRENT_API =  157;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2982;
+static const unsigned int VERSION_X264_CURRENT_API =  158;
 
 // ------------------------------------------------------------
 // Helper Macros