From 1f0a03d8e0616e7a1237ed435db7fe7b3acfc3b9 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 5 Oct 2019 21:04:26 +0200 Subject: [PATCH] Bump x265 minimum required version to 3.2+5. --- 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 6a0becc..60d685c 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 = 31; -static const unsigned int VERSION_X265_MINIMUM_REV = 8; +static const unsigned int VERSION_X265_MINIMUM_VER = 32; +static const unsigned int VERSION_X265_MINIMUM_REV = 5; // ------------------------------------------------------------ // Helper Macros