diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 6717cc0..c1eb072 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 = 200; +static const unsigned int VERSION_X265_MINIMUM_REV = 227; // ------------------------------------------------------------ // Helper Macros