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