Bump x264 minimum required version to API-#163 (r3049).

This commit is contained in:
LoRd_MuldeR 2021-05-30 20:30:29 +02:00
parent 2b1ba73e43
commit 72574b8b57

View File

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