diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index e1d3e5e..cb9a053 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 29; -static const unsigned int VERSION_X265_MINIMUM_REV = 1; +static const unsigned int VERSION_X265_MINIMUM_VER = 30; +static const unsigned int VERSION_X265_MINIMUM_REV = 8; // ------------------------------------------------------------ // Helper Macros