Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-16 10:21:47 +0400
committerAnton Khirnov <anton@khirnov.net>2012-06-21 09:38:35 +0400
commit4a97ff2fa7a733e657c464640f6f787293849aee (patch)
treecb31a298a9364727322ae7f6f6bc7908ab94b8fb /libavfilter/allfilters.c
parent27570e211a080a9a0498bac16364447508e3ba7c (diff)
lavfi/fifo: add audio version of the fifo 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 118f09d057..5a249c08c8 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -34,6 +34,7 @@ void avfilter_register_all(void)
return;
initialized = 1;
+ REGISTER_FILTER (AFIFO, afifo, af);
REGISTER_FILTER (AFORMAT, aformat, af);
REGISTER_FILTER (AMIX, amix, af);
REGISTER_FILTER (ANULL, anull, af);