Bump x264 minimum required version to API-#161 (r3020).

This commit is contained in:
LoRd_MuldeR 2020-11-18 23:43:40 +01:00
parent b687872baa
commit d41f525867

View File

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