aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter_registry.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-06 10:01:02 +0200
committerMax Kellermann <max@duempel.org>2009-07-06 10:01:02 +0200
commitcd9c0a6b3e0a113d873483d214e1be1c37301b06 (patch)
treee4d5c342d3b7fedb2c1a257effc9c6b0d94c6051 /src/filter_registry.h
parentc372c3756b24d2ecd879f1f857ccdbf421f3be33 (diff)
downloadmpd-cd9c0a6b3e0a113d873483d214e1be1c37301b06.tar.gz
mpd-cd9c0a6b3e0a113d873483d214e1be1c37301b06.tar.xz
mpd-cd9c0a6b3e0a113d873483d214e1be1c37301b06.zip
filter/convert: new filter which calls pcm_convert() on demand
Diffstat (limited to 'src/filter_registry.h')
-rw-r--r--src/filter_registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter_registry.h b/src/filter_registry.h
index 0eb4b8f03..7eb7f7038 100644
--- a/src/filter_registry.h
+++ b/src/filter_registry.h
@@ -28,6 +28,7 @@
extern const struct filter_plugin null_filter_plugin;
extern const struct filter_plugin chain_filter_plugin;
+extern const struct filter_plugin convert_filter_plugin;
extern const struct filter_plugin volume_filter_plugin;
const struct filter_plugin *