summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-04 15:09:17 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-12 18:09:28 +0200
commitd371e7b9885aabdb29c038fa723bc890276aa366 (patch)
tree2474b1ad15442bca7a1dfeb0673e30a7d10c1660 /libavfilter/allfilters.c
parentea60dfe284b82fc74569bbd562e68ec48f69f154 (diff)
lavfi: add lavr-based audio resampling filter.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index f887002b66..66d890f161 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -35,6 +35,7 @@ void avfilter_register_all(void)
initialized = 1;
REGISTER_FILTER (ANULL, anull, af);
+ REGISTER_FILTER (RESAMPLE, resample, af);
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);