mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
misc cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user