• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版14cbc72ad8ff50d72e63c21a9fddf649a28d3ed9 (tree)
时间2014-04-11 06:56:43
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Updated encoder versions.

更改概述

差异

--- a/src/encoder_x264.cpp
+++ b/src/encoder_x264.cpp
@@ -30,7 +30,7 @@
3030 #include <QRegExp>
3131
3232 //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;
3434 static const unsigned int X264_VERSION_X264_CURRENT_API = 142;
3535
3636 // ------------------------------------------------------------
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -31,8 +31,8 @@
3131 #include <QRegExp>
3232
3333 //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;
3636
3737 // ------------------------------------------------------------
3838 // Helper Macros
--- a/src/version.h
+++ b/src/version.h
@@ -25,8 +25,8 @@
2525
2626 #define VER_X264_MAJOR 2
2727 #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
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser