Simple x264 Launcher development repository
修订版 | 3ebb3d97d1fbf1fbf1c9597de3386f4a12714a0a (tree) |
---|---|
时间 | 2014-05-11 00:29:54 |
作者 | ![]() |
Commiter | lordmulder |
Bump x265 encoder version.
@@ -32,8 +32,8 @@ | ||
32 | 32 | #include <QRegExp> |
33 | 33 | |
34 | 34 | //x265 version info |
35 | -static const unsigned int VERSION_X265_MINIMUM_VER = 9; | |
36 | -static const unsigned int VERSION_X265_MINIMUM_REV = 133; | |
35 | +static const unsigned int VERSION_X265_MINIMUM_VER = 10; | |
36 | +static const unsigned int VERSION_X265_MINIMUM_REV = 38; | |
37 | 37 | |
38 | 38 | // ------------------------------------------------------------ |
39 | 39 | // Helper Macros |
@@ -26,7 +26,7 @@ | ||
26 | 26 | #define VER_X264_MAJOR 2 |
27 | 27 | #define VER_X264_MINOR 3 |
28 | 28 | #define VER_X264_PATCH 9 |
29 | -#define VER_X264_BUILD 866 | |
29 | +#define VER_X264_BUILD 868 | |
30 | 30 | |
31 | 31 | #define VER_X264_PORTABLE_EDITION (0) |
32 | 32 |