Cosmetics.

This commit is contained in:
LoRd_MuldeR 2019-07-22 15:21:49 +02:00
parent 2bbb409dc4
commit d9c3d88cad
3 changed files with 3 additions and 4 deletions

View 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;

View 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)

View 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)