From 72574b8b574e0e3b0313a699ea203ef3474a942f Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 30 May 2021 20:30:29 +0200 Subject: [PATCH] Bump x264 minimum required version to API-#163 (r3049). --- 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 57d843d..e9f1a0d 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 = 3020; -static const unsigned int VERSION_X264_CURRENT_API = 161; +static const unsigned int VERSION_X264_MINIMUM_REV = 3049; +static const unsigned int VERSION_X264_CURRENT_API = 163; // ------------------------------------------------------------ // Helper Macros -- 2.11.0