OSDN Git Service

Bump x264 minimum required version to API-#163 (r3049).
authorlordmulder <mulder2@gmx.de>
Sun, 30 May 2021 18:30:29 +0000 (20:30 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 30 May 2021 18:30:29 +0000 (20:30 +0200)
src/encoder_x264.cpp

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