aboutsummaryrefslogtreecommitdiff
path: root/src/filter_registry.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 10:59:41 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 09:18:26 +0100
commit7678c48a72c9750e52161fe023521c794068a72b (patch)
treea5e74060e70ca3a7f3ea25a4add287c58a9576a8 /src/filter_registry.c
parent3a3d6f18b34dff582a3529de85ce540660031d85 (diff)
Switch filters to AVFrame.
Remove route filter for now, it should be replaced with lavfi later.
Diffstat (limited to 'src/filter_registry.c')
-rw-r--r--src/filter_registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter_registry.c b/src/filter_registry.c
index dc188939..4a61d507 100644
--- a/src/filter_registry.c
+++ b/src/filter_registry.c
@@ -26,7 +26,7 @@
const struct filter_plugin *const filter_plugins[] = {
&null_filter_plugin,
- &route_filter_plugin,
+ // FIXME restore (switch to lavfi)
&normalize_filter_plugin,
&volume_filter_plugin,
&replay_gain_filter_plugin,