From: lordmulder Date: Thu, 23 Mar 2017 19:59:03 +0000 (+0100) Subject: Bump x265 version. X-Git-Tag: v2.79~2 X-Git-Url: http://git.osdn.net/view?p=x264-launcher%2Fx264-launcher.git;a=commitdiff_plain;h=f213759b5358e4a8c7af2d3d6a56a3c610642aa5 Bump x265 version. --- diff --git a/HISTORY.txt b/HISTORY.txt index d9a5a62..3b6fcc9 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.79 [2017-03-23] +* Updated x265 to version 2.3+22 +* Fixed possible application startup error "0xc0000005" + Version 2.78 [2017-01-07] * Updated x265 to version 2.2+22 * Updated Avs2YUV to version 0.24 (BugMaster's mod 5) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 4362791..beaabe8 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 = 22; -static const unsigned int VERSION_X265_MINIMUM_REV = 15; +static const unsigned int VERSION_X265_MINIMUM_VER = 23; +static const unsigned int VERSION_X265_MINIMUM_REV = 17; // ------------------------------------------------------------ // Helper Macros