From c89b2c3e6f014fc5a6c0245f44346999a1cfa978 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 19 Dec 2015 19:18:51 +0100 Subject: [PATCH] Updated 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 4f00b58..7fae5e1 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -38,7 +38,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 18; -static const unsigned int VERSION_X265_MINIMUM_REV = 60; +static const unsigned int VERSION_X265_MINIMUM_REV = 167; // ------------------------------------------------------------ // Helper Macros