From 0f62ffbb06efa000ac6ec8c45db7a9057ee09b35 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 22 Jul 2019 14:41:04 +0200 Subject: [PATCH] Bump x264 minimum required version to API-#158 (r2982). --- 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 5e8597c..705eb1d 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 = 2945; -static const unsigned int VERSION_X264_CURRENT_API = 157; +static const unsigned int VERSION_X264_MINIMUM_REV = 2982; +static const unsigned int VERSION_X264_CURRENT_API = 158; // ------------------------------------------------------------ // Helper Macros -- 2.11.0