Updated avs2wav tool (once again).

This commit is contained in:
LoRd_MuldeR 2011-05-21 14:52:34 +02:00
parent 5cd5f98f96
commit 0d254e20c4
4 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_BUILD 540
#define VER_LAMEXP_BUILD 541
///////////////////////////////////////////////////////////////////////////////
// Tools versions

View File

@ -46,6 +46,8 @@ bool AvisynthDecoder::decode(const QString &sourceFile, const QString &outputFil
QProcess process;
QStringList args;
process.setWorkingDirectory(QFileInfo(outputFile).absolutePath());
args << QDir::toNativeSeparators(sourceFile);
args << QDir::toNativeSeparators(outputFile);

View File

@ -56,7 +56,7 @@ g_lamexp_tools[] =
{"22253052acba92a0088bbf0aa82a8c505c07b854", CPU_TYPE_SSE, "aften.sse2.exe", 8},
{"2996a48b01b65a2c1806482654beeea7ffcf1f80", CPU_TYPE_X64, "aften.x64.exe", 8},
{"3b41f85dde8d4a5a0f4cd5f461099d0db24610ba", CPU_TYPE_ALL, "alac.exe", 20},
{"9ee16ef284a0e38f2696aecc412d0fd828bc6f6d", CPU_TYPE_ALL, "avs2wav.exe", 12},
{"b865f725c1d3930a2034597c267971d29674a36b", CPU_TYPE_ALL, "avs2wav.exe", 12},
{"fb74ac8b73ad8cba2c3b4e6e61f23401d630dc22", CPU_TYPE_ALL, "elevator.exe", UINT_MAX},
{"80e372d8b20be24102c18284286fcdf5fa14bd86", CPU_TYPE_ALL, "faad.exe", 27},
{"d33cd86f04bd4067e244d2804466583c7b90a4e2", CPU_TYPE_ALL, "flac.exe", 121},