OSDN Git Service

Updated x265 and NVEncC versions.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
index 99eb230..0d6c7cf 100644 (file)
@@ -39,8 +39,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER =  19;
-static const unsigned int VERSION_X265_MINIMUM_REV = 183;
+static const unsigned int VERSION_X265_MINIMUM_VER = 20;
+static const unsigned int VERSION_X265_MINIMUM_REV = 16;
 
 // ------------------------------------------------------------
 // Helper Macros