• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版1af6d6ccd4fcc4fcab864ac8ef56ca05a832d0b0 (tree)
时间2014-05-02 04:22:57
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Updated encoder versions.

更改概述

差异

--- a/src/encoder_x264.cpp
+++ b/src/encoder_x264.cpp
@@ -32,7 +32,7 @@
3232 #include <QRegExp>
3333
3434 //x264 version info
35-static const unsigned int VERSION_X264_MINIMUM_REV = 2397;
35+static const unsigned int VERSION_X264_MINIMUM_REV = 2412;
3636 static const unsigned int VERSION_X264_CURRENT_API = 142;
3737
3838 // ------------------------------------------------------------
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -33,7 +33,7 @@
3333
3434 //x265 version info
3535 static const unsigned int VERSION_X265_MINIMUM_VER = 9;
36-static const unsigned int VERSION_X265_MINIMUM_REV = 70;
36+static const unsigned int VERSION_X265_MINIMUM_REV = 133;
3737
3838 // ------------------------------------------------------------
3939 // 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 7
29-#define VER_X264_BUILD 855
28+#define VER_X264_PATCH 8
29+#define VER_X264_BUILD 856
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser