From: lordmulder Date: Fri, 17 Apr 2020 21:01:43 +0000 (+0200) Subject: Bump x265 minimum required version to 3.3+1. X-Git-Tag: v2.96^0 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=718c88e8bffe4b03ce4075524c994afd59cf11a6;p=x264-launcher%2Fx264-launcher.git Bump x265 minimum required version to 3.3+1. --- diff --git a/HISTORY.txt b/HISTORY.txt index d112080..507864d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -4,8 +4,9 @@ Simple x264/x265 Launcher version history Version 2.96 [2020-04-17] * Updated x264 to revision 3000 (API v160) -* Updated cURL to version 7.69.1 (2020-03-11) +* Updated x265 to version 3.3+1 * Updated build environment to Visual Studio 2019 with Update-5 +* Updated cURL to version 7.69.1 (2020-03-11) Version 2.95 [2020-01-03] * Updated x264 to revision 2991 (API v159) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 55bbc5c..adbcc53 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 32; -static const unsigned int VERSION_X265_MINIMUM_REV = 5; +static const unsigned int VERSION_X265_MINIMUM_VER = 33; +static const unsigned int VERSION_X265_MINIMUM_REV = 1; // ------------------------------------------------------------ // Helper Macros