FhgAacEnc: Don't use "--dll" option, as latest fghaacenc.exe doesn't seem to support it anymore (exists silently with error code 0x6).

This commit is contained in:
LoRd_MuldeR 2016-02-04 00:05:22 +01:00
parent eca5a060cf
commit 29b756c970
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 3 #define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_BUILD 1864 #define VER_LAMEXP_BUILD 1865
#define VER_LAMEXP_CONFG 1818 #define VER_LAMEXP_CONFG 1818
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -184,7 +184,7 @@ bool FHGAACEncoder::encode(const QString &sourceFile, const AudioFileModel_MetaI
break; break;
} }
args << "--dll" << m_binary_dll; //args << "--dll" << m_binary_dll;
if(!m_configCustomParams.isEmpty()) args << m_configCustomParams.split(" ", QString::SkipEmptyParts); if(!m_configCustomParams.isEmpty()) args << m_configCustomParams.split(" ", QString::SkipEmptyParts);