diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-16 08:21:47 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-21 07:38:35 +0200 |
commit | 4a97ff2fa7a733e657c464640f6f787293849aee (patch) | |
tree | cb31a298a9364727322ae7f6f6bc7908ab94b8fb /libavfilter/allfilters.c | |
parent | 27570e211a080a9a0498bac16364447508e3ba7c (diff) | |
download | ffmpeg-4a97ff2fa7a733e657c464640f6f787293849aee.tar.gz |
lavfi/fifo: add audio version of the fifo 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 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); |