From: lordmulder Date: Thu, 15 Sep 2016 20:43:46 +0000 (+0200) Subject: Updated x265 version. X-Git-Tag: v2.75~1 X-Git-Url: http://git.osdn.net/view?p=x264-launcher%2Fx264-launcher.git;a=commitdiff_plain;h=0b42985558c7b98957678de44e74c8f9c362fc87 Updated x265 version. --- diff --git a/HISTORY.txt b/HISTORY.txt index 1ba0b79..85b0550 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -3,7 +3,7 @@ Simple x264/x265 Launcher version history ----------------------------------------- Version 2.75 [2016-??-??] -* Updated x265 to version 2.0+16 +* Updated x265 to version 2.0+54 * Updated NVEncC to version 2.11 Version 2.74 [2016-07-18] diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 0d6c7cf..aa73a89 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,7 +40,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 20; -static const unsigned int VERSION_X265_MINIMUM_REV = 16; +static const unsigned int VERSION_X265_MINIMUM_REV = 54; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 2dfd49b..3056ce9 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 #define VER_X264_PATCH 4 -#define VER_X264_BUILD 1039 +#define VER_X264_BUILD 1040 #define VER_X264_PORTABLE_EDITION (0)