pcm/Export: rename GetFrameSize() to GetOutputFrameSize()

This commit is contained in:
Max Kellermann
2019-06-26 15:45:44 +02:00
parent e69fd0300a
commit 2f243f2295
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ AlsaOutput::Open(AudioFormat &audio_format)
#ifndef NDEBUG
in_frame_size = audio_format.GetFrameSize();
#endif
out_frame_size = pcm_export->GetFrameSize();
out_frame_size = pcm_export->GetOutputFrameSize();
drain = false;