mixer/Plugin: pass AudioOutput to init()

Fix breakage from commit bea5681fd8
This commit is contained in:
Max Kellermann
2017-08-10 13:07:36 +02:00
parent fb0dbce15b
commit a257504ba4
13 changed files with 20 additions and 18 deletions

View File

@@ -25,7 +25,7 @@
Mixer *
mixer_new(EventLoop &event_loop,
const MixerPlugin &plugin, FilteredAudioOutput &ao,
const MixerPlugin &plugin, AudioOutput &ao,
MixerListener &listener,
const ConfigBlock &block)
{