diff options
author | Mina Nagy Zaki <mnzaki@gmail.com> | 2011-08-17 13:00:20 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-17 13:12:40 +0200 |
commit | 3a9e227fb178a938a833121b838559c8f545e740 (patch) | |
tree | 8e851f4b08286d285700e5ac713d924e8b3bee01 /libavfilter/allfilters.c | |
parent | 7c94740b84f95f4a1e3a70884dc1928ce3bc2570 (diff) | |
download | ffmpeg-3a9e227fb178a938a833121b838559c8f545e740.tar.gz |
lavfi: add aresample filter
Based on a patch by Stefano.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
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 af829d62e4..f623d00979 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -36,6 +36,7 @@ void avfilter_register_all(void) REGISTER_FILTER (AFORMAT, aformat, af); REGISTER_FILTER (ANULL, anull, af); + REGISTER_FILTER (ARESAMPLE, aresample, af); REGISTER_FILTER (ANULLSRC, anullsrc, asrc); |