pcm/Export: eliminate the AudioFormat parameter from GetFrameSize()
This commit is contained in:
@@ -674,7 +674,7 @@ AlsaOutput::Open(AudioFormat &audio_format)
|
||||
#ifndef NDEBUG
|
||||
in_frame_size = audio_format.GetFrameSize();
|
||||
#endif
|
||||
out_frame_size = pcm_export->GetFrameSize(audio_format);
|
||||
out_frame_size = pcm_export->GetFrameSize();
|
||||
|
||||
drain = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user