diff --git a/res/tools/valdec.exe b/res/tools/valdec.exe index a98c7c9c..443a7b1d 100644 Binary files a/res/tools/valdec.exe and b/res/tools/valdec.exe differ diff --git a/src/Config.h b/src/Config.h index 0f522c43..24144533 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 7 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 5 -#define VER_LAMEXP_BUILD 1243 +#define VER_LAMEXP_BUILD 1244 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!) diff --git a/src/Decoder_AC3.cpp b/src/Decoder_AC3.cpp index d003aefe..71850af4 100644 --- a/src/Decoder_AC3.cpp +++ b/src/Decoder_AC3.cpp @@ -47,7 +47,7 @@ bool AC3Decoder::decode(const QString &sourceFile, const QString &outputFile, vo QStringList args; args << QDir::toNativeSeparators(sourceFile); - args << "-w" << QDir::toNativeSeparators(outputFile); + args << "-i" << "-w" << QDir::toNativeSeparators(outputFile); if(!startProcess(process, m_binary, args)) { diff --git a/src/Tools.h b/src/Tools.h index 2c46420b..cc1f520e 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -80,7 +80,7 @@ g_lamexp_tools[] = {"cf988bfbb53e77a1dcaefbd5c08789abb4d67cc210723f1f8ba7850f17d34ebb7d0c426b67b963e7d2290a2744865244", CPU_TYPE_ALL_ALL, "sox.exe", 1441, ""}, {"5a4261e1b41a59d1a5bc92e1d2766422a67454d77e06ea29af392811b7b4704e0f3e494ab9cb6375ce9e39257867c5ed", CPU_TYPE_ALL_ALL, "speexdec.exe", 12}, {"a83628880da0b7519ec368a74a92da5a5099d8d46aa0583131f92d7321f47c9e16a1841b2a3fb8ffcca7205ef4b1bb0a", CPU_TYPE_ALL_ALL, "tta.exe", 21, ""}, - {"958d469c49a5bf833bcbcb14be24aaafdf21f34190b1e286a5edbb610bcd341b4e93540d39a7d5d998081bc9418061b6", CPU_TYPE_ALL_ALL, "valdec.exe", 140, "a"}, + {"7126f13f72b27f41dd36425371f73294308cd0efb6de1af074100567ce13d4c2f1402215563e45c5e9b19f0f12813c78", CPU_TYPE_ALL_ALL, "valdec.exe", 140, "a"}, {"c472d443846fec57b2568c6e690736703497abc22245f08fb0e609189fd1c7aa2d670a7f42d5e05de6d7371de39dcf1a", CPU_TYPE_ALL_ALL, "wget.exe", 1114, ""}, {"572b9448bf4a338ecb9727951fdfcc5a219cc69896695cc96b9f6b083690e339910e41558968264a38992e45f2be152c", CPU_TYPE_ALL_ALL, "wma2wav.exe", 20111001, ""}, {"71777dfebed90b86bbfe6b03a0f16f47d4a9cdca46fe319f7ca9ab88ab1fa7b9a3647b5aeb1d2b36299850fce79bf063", CPU_TYPE_ALL_ALL, "wupdate.exe", 20130203, ""},