Updated encoder versions.

This commit is contained in:
LoRd_MuldeR 2014-05-01 21:22:57 +02:00
parent 75ff0690f1
commit 1af6d6ccd4
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
#include <QRegExp> #include <QRegExp>
//x264 version info //x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2397; static const unsigned int VERSION_X264_MINIMUM_REV = 2412;
static const unsigned int VERSION_X264_CURRENT_API = 142; static const unsigned int VERSION_X264_CURRENT_API = 142;
// ------------------------------------------------------------ // ------------------------------------------------------------

View File

@ -33,7 +33,7 @@
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 9; static const unsigned int VERSION_X265_MINIMUM_VER = 9;
static const unsigned int VERSION_X265_MINIMUM_REV = 70; static const unsigned int VERSION_X265_MINIMUM_REV = 133;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 3 #define VER_X264_MINOR 3
#define VER_X264_PATCH 7 #define VER_X264_PATCH 8
#define VER_X264_BUILD 855 #define VER_X264_BUILD 856
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)