filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Prepare to add an abstract class AudioOutput, to be implemented by plugins, to get rid of the C-style vtable.
This commit is contained in:
@@ -49,7 +49,7 @@ MultipleOutputs::~MultipleOutputs()
|
||||
i->FinishDestroy();
|
||||
}
|
||||
|
||||
static AudioOutput *
|
||||
static FilteredAudioOutput *
|
||||
LoadOutput(EventLoop &event_loop,
|
||||
const ReplayGainConfig &replay_gain_config,
|
||||
MixerListener &mixer_listener,
|
||||
|
Reference in New Issue
Block a user