OSDN Git Service

Updated x264 version info.
authorlordmulder <mulder2@gmx.de>
Sat, 11 Oct 2014 15:19:10 +0000 (17:19 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 11 Oct 2014 15:19:10 +0000 (17:19 +0200)
src/encoder_x264.cpp
src/version.h

index a868dfe..9d42c34 100644 (file)
@@ -32,7 +32,7 @@
 #include <QRegExp>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2438;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2455;
 static const unsigned int VERSION_X264_CURRENT_API = 142;
 
 // ------------------------------------------------------------
index 8ef86ad..62ba7bc 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 4
-#define VER_X264_PATCH 2
-#define VER_X264_BUILD 885
+#define VER_X264_PATCH 3
+#define VER_X264_BUILD 888
 
 #define VER_X264_PORTABLE_EDITION (0)