OSDN Git Service

Bump x264 minimum required version to API-#157 (r2945).
authorlordmulder <mulder2@gmx.de>
Thu, 2 May 2019 11:04:45 +0000 (13:04 +0200)
committerlordmulder <mulder2@gmx.de>
Thu, 2 May 2019 11:04:45 +0000 (13:04 +0200)
src/encoder_x264.cpp

index df137cd..5e8597c 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2917;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2945;
 static const unsigned int VERSION_X264_CURRENT_API =  157;
 
 // ------------------------------------------------------------