diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 4a4a1ed..d908185 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -37,8 +37,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 18; -static const unsigned int VERSION_X265_MINIMUM_REV = 167; +static const unsigned int VERSION_X265_MINIMUM_VER = 18; +static const unsigned int VERSION_X265_MINIMUM_REV = 187; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 14b0a2e..b42a331 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 6 #define VER_X264_PATCH 5 -#define VER_X264_BUILD 1003 +#define VER_X264_BUILD 1004 #define VER_X264_PORTABLE_EDITION (0)