pcm_export: add _frame_size()
Move code from the ALSA output plugin.
This commit is contained in:
@@ -674,9 +674,7 @@ alsa_open(struct audio_output *ao, struct audio_format *audio_format, GError **e
|
||||
}
|
||||
|
||||
ad->in_frame_size = audio_format_frame_size(audio_format);
|
||||
ad->out_frame_size = ad->export.pack24
|
||||
? (size_t)(audio_format->channels * 3)
|
||||
: ad->in_frame_size;
|
||||
ad->out_frame_size = pcm_export_frame_size(&ad->export, audio_format);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user