OSDN Git Service

Bum Avs2YUV version to 0.24 (BugMaster's mod 6).
authorlordmulder <mulder2@gmx.de>
Thu, 2 Jan 2020 23:47:03 +0000 (00:47 +0100)
committerlordmulder <mulder2@gmx.de>
Thu, 2 Jan 2020 23:47:03 +0000 (00:47 +0100)
src/source_avisynth.cpp

index 0c2f0e9..06dc9c1 100644 (file)
@@ -30,7 +30,7 @@
 #include <QDir>
 #include <QProcess>
 
-static const unsigned int VER_X264_AVS2YUV_VER = 245;
+static const unsigned int VER_X264_AVS2YUV_VER = 246;
 
 // ------------------------------------------------------------
 // Encoder Info
@@ -157,7 +157,7 @@ bool AvisynthSource::isVersionSupported(const unsigned int &revision, const bool
 
        if((revision != UINT_MAX) && (build < VER_X264_AVS2YUV_VER))
        {
-               log(tr("\nERROR: Your version of avs2yuv is unsupported (required version: v0.24 BugMaster's mod 2)"));
+               log(tr("\nERROR: Your version of avs2yuv is unsupported (required version: v0.24 BugMaster's mod 6)"));
                log(tr("You can find the required version at: http://komisar.gin.by/tools/avs2yuv/"));
                return false;
        }