OSDN Git Service

Bump x264 minimum required version to API-#161 (r3020).
authorlordmulder <mulder2@gmx.de>
Wed, 18 Nov 2020 22:43:40 +0000 (23:43 +0100)
committerlordmulder <mulder2@gmx.de>
Wed, 18 Nov 2020 22:43:40 +0000 (23:43 +0100)
src/encoder_x264.cpp

index aff5091..57d843d 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2999;
-static const unsigned int VERSION_X264_CURRENT_API =  160;
+static const unsigned int VERSION_X264_MINIMUM_REV = 3020;
+static const unsigned int VERSION_X264_CURRENT_API =  161;
 
 // ------------------------------------------------------------
 // Helper Macros