mixer/Plugin: pass AudioOutput reference to init()

Passing a void pointer is unsafe.
This commit is contained in:
Max Kellermann
2014-02-06 21:10:12 +01:00
parent b6df4680df
commit 0a0659d737
18 changed files with 81 additions and 143 deletions

View File

@@ -26,7 +26,7 @@
Mixer *
mixer_new(EventLoop &event_loop,
const MixerPlugin &plugin, void *ao,
const MixerPlugin &plugin, AudioOutput &ao,
const config_param &param,
Error &error)
{