diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 4c81bcb..9ac75c0 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 = 14; -static const unsigned int VERSION_X265_MINIMUM_REV = 424; +static const unsigned int VERSION_X265_MINIMUM_VER = 16; +static const unsigned int VERSION_X265_MINIMUM_REV = 174; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index efc3b4f..6a1b7f1 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 5 #define VER_X264_PATCH 0 -#define VER_X264_BUILD 945 +#define VER_X264_BUILD 948 #define VER_X264_PORTABLE_EDITION (0)