X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fencoder_x265.cpp;h=f545a8923fe82b45bfe4f920d17ff72ac676d3e6;hb=b5859ed1ec35003a3f87f96d8524469e2f725d40;hp=03feb02e00a304325552ec9ed2d3538b3715615b;hpb=7cafc150be9b7c127fb3ee91608eaaa6e8b3912d;p=x264-launcher%2Fx264-launcher.git diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 03feb02..f545a89 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 27; -static const unsigned int VERSION_X265_MINIMUM_REV = 346; +static const unsigned int VERSION_X265_MINIMUM_VER = 28; +static const unsigned int VERSION_X265_MINIMUM_REV = 47; // ------------------------------------------------------------ // Helper Macros