Bump x264 minimum required version to API-#160 (r2999).

This commit is contained in:
LoRd_MuldeR 2020-04-17 22:43:05 +02:00
parent ad65eb4364
commit 7e7ac8c703

View File

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