From b08e4a50b023d677a8a9fd2eb2a87636ac90935e Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 16 Dec 2016 20:53:21 +0100 Subject: [PATCH] Bump x265 version. --- src/encoder_x265.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 143842a..6654ac3 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 = 21; -static const unsigned int VERSION_X265_MINIMUM_REV = 69; +static const unsigned int VERSION_X265_MINIMUM_REV = 70; // ------------------------------------------------------------ // Helper Macros