misc cleanup

This commit is contained in:
Grigory Chudov
2018-03-31 19:12:58 -04:00
parent e7c6a9c854
commit 9da7fef59b
17 changed files with 46 additions and 10886 deletions

View File

@@ -133,7 +133,7 @@ namespace CUETools.Codecs.MACLib
int res = MACLibDll.c_APECompress_StartEx(
pAPECompress,
m_StreamIO.Callbacks,
m_StreamIO.CIO,
pWaveFormatEx,
(m_finalSampleCount == 0) ? -1 : (int) (m_finalSampleCount * m_settings.PCM.BlockAlign),
compressionLevel,