aboutsummaryrefslogtreecommitdiff
path: root/src/filter
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-06 21:52:15 +0200
committerMax Kellermann <max@duempel.org>2009-07-06 21:52:15 +0200
commit5d74b1efefb5d992096c2cdfeceb8281114bbd0c (patch)
treeac5a98cb25b0bd8a96e50f234bfa60bc8cf9b4c2 /src/filter
parentd3b5574d7aac0a7f2d4eb785facfad9f37c15dd5 (diff)
mixer/software: new mixer which controls filter/volume
This mixer plugin may be used instead of the traditional global software mixer. It integrates with the "volume" filter plugin, and can control the software volume of an audio output which has no hardware mixer.
Diffstat (limited to 'src/filter')
-rw-r--r--src/filter/volume_filter_plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter/volume_filter_plugin.c b/src/filter/volume_filter_plugin.c
index efad3362..03961991 100644
--- a/src/filter/volume_filter_plugin.c
+++ b/src/filter/volume_filter_plugin.c
@@ -25,6 +25,7 @@
#include "pcm_buffer.h"
#include "pcm_volume.h"
#include "audio_format.h"
+#include "player_control.h"
#include <assert.h>
#include <string.h>