From 3c623b064f5ec8ab49f9949acb6280cf1dd7554c Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 3 Jul 2016 13:58:04 +0200 Subject: [PATCH] Bump x264 version. --- 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 8cf4875..e764860 100644 --- a/src/encoder_x264.cpp +++ b/src/encoder_x264.cpp @@ -39,8 +39,8 @@ #include //x264 version info -static const unsigned int VERSION_X264_MINIMUM_REV = 2668; -static const unsigned int VERSION_X264_CURRENT_API = 148; +static const unsigned int VERSION_X264_MINIMUM_REV = 2705; +static const unsigned int VERSION_X264_CURRENT_API = 148; // ------------------------------------------------------------ // Helper Macros