From ee7155642b93c6d8493aa0d52eb2b58b9490a3d9 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 3 Jan 2020 00:46:44 +0100 Subject: [PATCH] Bump x264 minimum required version to API-#159 (r2991). --- src/encoder_x264.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/encoder_x264.cpp b/src/encoder_x264.cpp index 705eb1d..6db2083 100644 --- a/src/encoder_x264.cpp +++ b/src/encoder_x264.cpp @@ -40,8 +40,8 @@ #include //x264 version info -static const unsigned int VERSION_X264_MINIMUM_REV = 2982; -static const unsigned int VERSION_X264_CURRENT_API = 158; +static const unsigned int VERSION_X264_MINIMUM_REV = 2991; +static const unsigned int VERSION_X264_CURRENT_API = 159; // ------------------------------------------------------------ // Helper Macros -- 2.11.4.GIT