diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-04 15:09:17 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-12 18:09:28 +0200 |
commit | d371e7b9885aabdb29c038fa723bc890276aa366 (patch) | |
tree | 2474b1ad15442bca7a1dfeb0673e30a7d10c1660 /libavfilter/allfilters.c | |
parent | ea60dfe284b82fc74569bbd562e68ec48f69f154 (diff) | |
download | ffmpeg-d371e7b9885aabdb29c038fa723bc890276aa366.tar.gz |
lavfi: add lavr-based audio resampling filter.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
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); |