Simple x264 Launcher development repository
修订版 | 14cbc72ad8ff50d72e63c21a9fddf649a28d3ed9 (tree) |
---|---|
时间 | 2014-04-11 06:56:43 |
作者 | ![]() |
Commiter | lordmulder |
Updated encoder versions.
@@ -30,7 +30,7 @@ | ||
30 | 30 | #include <QRegExp> |
31 | 31 | |
32 | 32 | //x264 version info |
33 | -static const unsigned int X264_VERSION_X264_MINIMUM_REV = 2380; | |
33 | +static const unsigned int X264_VERSION_X264_MINIMUM_REV = 2397; | |
34 | 34 | static const unsigned int X264_VERSION_X264_CURRENT_API = 142; |
35 | 35 | |
36 | 36 | // ------------------------------------------------------------ |
@@ -31,8 +31,8 @@ | ||
31 | 31 | #include <QRegExp> |
32 | 32 | |
33 | 33 | //x265 version info |
34 | -static const unsigned int X265_VERSION_X264_MINIMUM_VER = 7; | |
35 | -static const unsigned int X265_VERSION_X264_MINIMUM_REV = 232; | |
34 | +static const unsigned int X265_VERSION_X264_MINIMUM_VER = 9; | |
35 | +static const unsigned int X265_VERSION_X264_MINIMUM_REV = 29; | |
36 | 36 | |
37 | 37 | // ------------------------------------------------------------ |
38 | 38 | // Helper Macros |
@@ -25,8 +25,8 @@ | ||
25 | 25 | |
26 | 26 | #define VER_X264_MAJOR 2 |
27 | 27 | #define VER_X264_MINOR 3 |
28 | -#define VER_X264_PATCH 3 | |
29 | -#define VER_X264_BUILD 808 | |
28 | +#define VER_X264_PATCH 4 | |
29 | +#define VER_X264_BUILD 810 | |
30 | 30 | |
31 | 31 | #define VER_X264_PORTABLE_EDITION (0) |
32 | 32 |