From 6cde59cd56ec92dfdd1a3239fd174dd54bf7c472 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 26 May 2017 13:13:39 +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 10a7815..cb65446 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 = 2728; -static const unsigned int VERSION_X264_CURRENT_API = 148; +static const unsigned int VERSION_X264_MINIMUM_REV = 2804; +static const unsigned int VERSION_X264_CURRENT_API = 150; // ------------------------------------------------------------ // Helper Macros