From 82f12a59a4a0c82209f87fe3dc4c50261ba4ae24 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Tue, 24 May 2016 19:59: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 6c946ec..2b28df8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history ----------------------------------------- Version 2.71 [2016-??-??] +* Updated x265 to version 1.9+183 * Added experimental NVEncC (NVIDIA GPU encoding) support * Code refactoring diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 420ce3b..17c584d 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 = 19; -static const unsigned int VERSION_X265_MINIMUM_REV = 167; +static const unsigned int VERSION_X265_MINIMUM_REV = 183; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 5fd7213..794d2b3 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 0 -#define VER_X264_BUILD 1030 +#define VER_X264_BUILD 1031 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.4.GIT