aboutsummaryrefslogtreecommitdiff
path: root/src/filter_registry.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-02 21:59:06 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 22:24:00 +0100
commit400600ffffe64b85e7be14c978c2d0803a34097d (patch)
treee6d5c1a67220b5c553e5b4ab31f6c893c36f120c /src/filter_registry.c
parent940e66bb89cc2ebe05ecc71f78851460e5df35ce (diff)
filter: added normalize filter plugin
Wrap the AudioCompress library in a filter plugin.
Diffstat (limited to 'src/filter_registry.c')
-rw-r--r--src/filter_registry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter_registry.c b/src/filter_registry.c
index 2685b324..e428e1cd 100644
--- a/src/filter_registry.c
+++ b/src/filter_registry.c
@@ -28,6 +28,7 @@ const struct filter_plugin *const filter_plugins[] = {
&null_filter_plugin,
&chain_filter_plugin,
&route_filter_plugin,
+ &normalize_filter_plugin,
&volume_filter_plugin,
NULL,
};