• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版718c88e8bffe4b03ce4075524c994afd59cf11a6 (tree)
时间2020-04-18 06:01:43
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump x265 minimum required version to 3.3+1.

更改概述

差异

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -4,8 +4,9 @@ Simple x264/x265 Launcher version history
44
55 Version 2.96 [2020-04-17]
66 * Updated x264 to revision 3000 (API v160)
7-* Updated cURL to version 7.69.1 (2020-03-11)
7+* Updated x265 to version 3.3+1
88 * Updated build environment to Visual Studio 2019 with Update-5
9+* Updated cURL to version 7.69.1 (2020-03-11)
910
1011 Version 2.95 [2020-01-03]
1112 * Updated x264 to revision 2991 (API v159)
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -40,8 +40,8 @@
4040 #include <QPair>
4141
4242 //x265 version info
43-static const unsigned int VERSION_X265_MINIMUM_VER = 32;
44-static const unsigned int VERSION_X265_MINIMUM_REV = 5;
43+static const unsigned int VERSION_X265_MINIMUM_VER = 33;
44+static const unsigned int VERSION_X265_MINIMUM_REV = 1;
4545
4646 // ------------------------------------------------------------
4747 // Helper Macros
Show on old repository browser