• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版3ebb3d97d1fbf1fbf1c9597de3386f4a12714a0a (tree)
时间2014-05-11 00:29:54
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump x265 encoder version.

更改概述

差异

--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -32,8 +32,8 @@
3232 #include <QRegExp>
3333
3434 //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;
3737
3838 // ------------------------------------------------------------
3939 // Helper Macros
--- a/src/version.h
+++ b/src/version.h
@@ -26,7 +26,7 @@
2626 #define VER_X264_MAJOR 2
2727 #define VER_X264_MINOR 3
2828 #define VER_X264_PATCH 9
29-#define VER_X264_BUILD 866
29+#define VER_X264_BUILD 868
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser