From 2f3eababe2d3497a02172bffed8dfed12bca1804 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 6 Feb 2016 12:11:31 +0100 Subject: [PATCH] Updated x265 to v1.9. --- 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 bb5a846..def6fff 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -37,8 +37,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 18; -static const unsigned int VERSION_X265_MINIMUM_REV = 212; +static const unsigned int VERSION_X265_MINIMUM_VER = 19; +static const unsigned int VERSION_X265_MINIMUM_REV = 0; // ------------------------------------------------------------ // Helper Macros