OSDN Git Service

Cosmetics.
authorlordmulder <mulder2@gmx.de>
Mon, 22 Jul 2019 13:21:49 +0000 (15:21 +0200)
committerlordmulder <mulder2@gmx.de>
Mon, 22 Jul 2019 13:21:49 +0000 (15:21 +0200)
src/source_abstract.cpp
src/source_vapoursynth.cpp
src/version.h

index f623969..720db5f 100644 (file)
@@ -145,8 +145,7 @@ bool AbstractSource::checkSourceProperties(ClipInfo &clipInfo)
                        log(tr("\nPROCESS EXITED WITH ERROR CODE: %1").arg(QString::number(exitCode)));
                        if((exitCode < 0) || (exitCode >= 32))
                        {
-                               log(tr("\nIMPORTANT: The Avs2YUV process terminated abnormally. This means Avisynth or one of your Avisynth-Plugin's just crashed."));
-                               log(tr("IMPORTANT: Please fix your Avisynth script and try again! If you use Avisynth-MT, try using a *stable* Avisynth instead!"));
+                               log(tr("\nIMPORTANT: The input process terminated abnormally. This means Avisynth/VapourSynth or one of its plugins crashed!"));
                        }
                }
                return false;
index 2838130..d2682e1 100644 (file)
@@ -131,7 +131,7 @@ QString VapoursynthSource::printVersion(const unsigned int &revision, const bool
        unsigned int core, build;
        splitRevision(revision, core, build);
 
-       return tr("\nVapourSynth version: r%1 (API r%2)").arg(QString::number(build), QString::number(core));
+       return tr("VapourSynth version: r%1 (API r%2)").arg(QString::number(build), QString::number(core));
 }
 
 bool VapoursynthSource::isVersionSupported(const unsigned int &revision, const bool &modified)
index 06c47e9..6cfa6cd 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 9
 #define VER_X264_PATCH 2
-#define VER_X264_BUILD 1172
+#define VER_X264_BUILD 1174
 
 #define VER_X264_PORTABLE_EDITION (0)