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