OSDN Git Service

Bump x264 version to API-#157 (r2917).
authorlordmulder <mulder2@gmx.de>
Sat, 11 Aug 2018 11:12:30 +0000 (13:12 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 11 Aug 2018 11:12:30 +0000 (13:12 +0200)
src/encoder_x264.cpp

index 4705d9e..1bdb985 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2870;
-static const unsigned int VERSION_X264_CURRENT_API =  155;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2917;
+static const unsigned int VERSION_X264_CURRENT_API =  157;
 
 // ------------------------------------------------------------
 // Helper Macros