Bump x264 minimum required version to API-#159 (r2991).

This commit is contained in:
LoRd_MuldeR 2020-01-03 00:46:44 +01:00
parent fc7ef6b92e
commit ee7155642b

View File

@ -40,8 +40,8 @@
#include <QPair>
//x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2982;
static const unsigned int VERSION_X264_CURRENT_API = 158;
static const unsigned int VERSION_X264_MINIMUM_REV = 2991;
static const unsigned int VERSION_X264_CURRENT_API = 159;
// ------------------------------------------------------------
// Helper Macros