From 882c6df14452d84e85fc8b79ed8339d352e79474 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 12 Apr 2017 20:53:13 +0200 Subject: [PATCH] Bump x265 version. --- HISTORY.txt | 1 + src/encoder_x265.cpp | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 1344da5..bb208b8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history ----------------------------------------- Version 2.81 [2017-??-??] +* Updated x265 to version 2.3+32 * Updated NVEncC to version 3.07 Version 2.80 [2017-04-01] diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index beaabe8..73355fb 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -41,7 +41,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 23; -static const unsigned int VERSION_X265_MINIMUM_REV = 17; +static const unsigned int VERSION_X265_MINIMUM_REV = 28; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index e403694..0a163e3 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 #define VER_X264_PATCH 0 -#define VER_X264_BUILD 1105 +#define VER_X264_BUILD 1106 #define VER_X264_PORTABLE_EDITION (0)