Updated x264 and x265 versions.

This commit is contained in:
LoRd_MuldeR 2015-01-31 19:15:51 +01:00
parent 4f4ce331d7
commit 508734686e
2 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,8 @@
#include <QRegExp> #include <QRegExp>
//x264 version info //x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2455; static const unsigned int VERSION_X264_MINIMUM_REV = 2495;
static const unsigned int VERSION_X264_CURRENT_API = 142; static const unsigned int VERSION_X264_CURRENT_API = 144;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -32,8 +32,8 @@
#include <QRegExp> #include <QRegExp>
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 14; static const unsigned int VERSION_X265_MINIMUM_VER = 14;
static const unsigned int VERSION_X265_MINIMUM_REV = 0; static const unsigned int VERSION_X265_MINIMUM_REV = 424;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros