diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-06 09:00:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-14 21:36:11 +0200 |
commit | fb604ae8500d4ee7de6af61387c11618b3dea25b (patch) | |
tree | e7b0a3f698797c26f6335a1be0ed975c9056b22c /libavfilter/allfilters.c | |
parent | a2cd9be212fca02dd3d6ee65cb6ab9f84c5e28e5 (diff) | |
download | ffmpeg-fb604ae8500d4ee7de6af61387c11618b3dea25b.tar.gz |
lavfi: add aformat filter
Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
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 c84b3f2587..4f5f852b8b 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -34,6 +34,7 @@ void avfilter_register_all(void) return; initialized = 1; + REGISTER_FILTER (AFORMAT, aformat, af); REGISTER_FILTER (ANULL, anull, af); REGISTER_FILTER (RESAMPLE, resample, af); |