diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 4601065..420ce3b 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,7 +40,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 19; -static const unsigned int VERSION_X265_MINIMUM_REV = 140; +static const unsigned int VERSION_X265_MINIMUM_REV = 167; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 8164c4d..5fd7213 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 #define VER_X264_PATCH 0 -#define VER_X264_BUILD 1028 +#define VER_X264_BUILD 1030 #define VER_X264_PORTABLE_EDITION (0)