diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index bb50d54..49c7111 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -32,8 +32,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 9; -static const unsigned int VERSION_X265_MINIMUM_REV = 133; +static const unsigned int VERSION_X265_MINIMUM_VER = 10; +static const unsigned int VERSION_X265_MINIMUM_REV = 38; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index f24199a..f93a281 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 3 #define VER_X264_PATCH 9 -#define VER_X264_BUILD 866 +#define VER_X264_BUILD 868 #define VER_X264_PORTABLE_EDITION (0)