From 67e7feba86a63b8e6adce6e3c6c17296c43fa7bc Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 14 Jul 2019 19:49:38 +0200 Subject: [PATCH] Updated x265 to version 3.1. --- 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 9806e9b..e591480 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 = 30; -static const unsigned int VERSION_X265_MINIMUM_REV = 8; +static const unsigned int VERSION_X265_MINIMUM_VER = 31; +static const unsigned int VERSION_X265_MINIMUM_REV = 0; // ------------------------------------------------------------ // Helper Macros