From b5859ed1ec35003a3f87f96d8524469e2f725d40 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 11 Aug 2018 13:11:42 +0200 Subject: [PATCH] Updated x265 to version 2.8+48. --- src/encoder_x265.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 03feb02..f545a89 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 = 27; -static const unsigned int VERSION_X265_MINIMUM_REV = 346; +static const unsigned int VERSION_X265_MINIMUM_VER = 28; +static const unsigned int VERSION_X265_MINIMUM_REV = 47; // ------------------------------------------------------------ // Helper Macros -- 2.11.4.GIT