OSDN Git Service

Updated Avs2YUV to v0.24 (BugMaster's mod 3).
authorlordmulder <mulder2@gmx.de>
Sat, 31 Jan 2015 18:16:26 +0000 (19:16 +0100)
committerlordmulder <mulder2@gmx.de>
Sat, 31 Jan 2015 18:16:26 +0000 (19:16 +0100)
src/source_avisynth.cpp
src/version.h

index f254a7d..509c837 100644 (file)
@@ -31,7 +31,7 @@
 #include <QDir>
 #include <QProcess>
 
-static const unsigned int VER_X264_AVS2YUV_VER = 242;
+static const unsigned int VER_X264_AVS2YUV_VER = 243;
 
 // ------------------------------------------------------------
 // Constructor & Destructor
index 26e4f0c..115cd62 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 4
-#define VER_X264_PATCH 5
-#define VER_X264_BUILD 900
+#define VER_X264_PATCH 6
+#define VER_X264_BUILD 902
 
 #define VER_X264_PORTABLE_EDITION (0)