Bump x264 minimum required version to API-#158 (r2982).

This commit is contained in:
LoRd_MuldeR 2019-07-22 14:41:04 +02:00
parent ed02fae429
commit 0f62ffbb06

View File

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