mixer/software: move Filter management to the AudioOutput

This commit is contained in:
Max Kellermann
2016-07-01 18:23:53 +02:00
parent d93271e86d
commit a43b0f5253
4 changed files with 43 additions and 41 deletions

View File

@@ -189,6 +189,12 @@ struct AudioOutput {
*/
Filter *filter = nullptr;
/**
* The #VolumeFilter instance of this audio output. It is
* used by the #SoftwareMixer.
*/
Filter *volume_filter = nullptr;
/**
* The replay_gain_filter_plugin instance of this audio
* output.