OSDN Git Service

Bump x264 minimum required version to API-#160 (r2999).
[x264-launcher/x264-launcher.git] / src / source_avisynth.cpp
index d86417a..5453af0 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Simple x264 Launcher
-// Copyright (C) 2004-2017 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -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;
        }