OSDN Git Service

Updated x265 to v1.9.
authorlordmulder <mulder2@gmx.de>
Sat, 6 Feb 2016 11:11:31 +0000 (12:11 +0100)
committerlordmulder <mulder2@gmx.de>
Sat, 6 Feb 2016 11:11:31 +0000 (12:11 +0100)
src/encoder_x265.cpp

index bb5a846..def6fff 100644 (file)
@@ -37,8 +37,8 @@
 #include <QRegExp>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER =  18;
-static const unsigned int VERSION_X265_MINIMUM_REV = 212;
+static const unsigned int VERSION_X265_MINIMUM_VER = 19;
+static const unsigned int VERSION_X265_MINIMUM_REV =  0;
 
 // ------------------------------------------------------------
 // Helper Macros