OSDN Git Service

Updated x264 and x265 versions.
authorlordmulder <mulder2@gmx.de>
Sat, 31 Jan 2015 18:15:51 +0000 (19:15 +0100)
committerlordmulder <mulder2@gmx.de>
Sat, 31 Jan 2015 18:15:51 +0000 (19:15 +0100)
src/encoder_x264.cpp
src/encoder_x265.cpp

index 3366024..8f8f9ef 100644 (file)
@@ -32,8 +32,8 @@
 #include <QRegExp>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2455;
-static const unsigned int VERSION_X264_CURRENT_API = 142;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2495;
+static const unsigned int VERSION_X264_CURRENT_API = 144;
 
 // ------------------------------------------------------------
 // Helper Macros
index 7813900..9dda3b4 100644 (file)
@@ -32,8 +32,8 @@
 #include <QRegExp>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 14;
-static const unsigned int VERSION_X265_MINIMUM_REV =  0;
+static const unsigned int VERSION_X265_MINIMUM_VER =  14;
+static const unsigned int VERSION_X265_MINIMUM_REV = 424;
 
 // ------------------------------------------------------------
 // Helper Macros