X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fencoder_x265.cpp;fp=src%2Fencoder_x265.cpp;h=e01522d5eb366709ef08f24c5930da391c7309e3;hb=2b869b7aa7075369bc1c4dc6da0b62c1f59d1e42;hp=d17b9ff5bdc4b67203062c8cf53580ffb4b12679;hpb=fbbbe8faece5787b488e642f0fb09f752c017ee0;p=x264-launcher%2Fx264-launcher.git diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index d17b9ff..e01522d 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -41,7 +41,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 35; -static const unsigned int VERSION_X265_MINIMUM_REV = 0; +static const unsigned int VERSION_X265_MINIMUM_REV = 20; // ------------------------------------------------------------ // Helper Macros