diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-23 12:19:14 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-08 19:54:08 +0200 |
commit | ba856c0be5599f21f241162e1f5f3f2506f3132c (patch) | |
tree | c42fbba9c54c2603dc14cd397ff063527d40dbe7 /libavfilter/allfilters.c | |
parent | 99622f6678c4cc219f9d7732c64cb1cdfdfda949 (diff) | |
download | ffmpeg-ba856c0be5599f21f241162e1f5f3f2506f3132c.tar.gz |
lavfi: implement asettb 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 6458fc5fa7..706405ebc0 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -42,6 +42,7 @@ void avfilter_register_all(void) REGISTER_FILTER (ANULL, anull, af); REGISTER_FILTER (ARESAMPLE, aresample, af); REGISTER_FILTER (ASETNSAMPLES, asetnsamples, af); + REGISTER_FILTER (ASETTB, asettb, af); REGISTER_FILTER (ASHOWINFO, ashowinfo, af); REGISTER_FILTER (ASPLIT, asplit, af); REGISTER_FILTER (ASTREAMSYNC, astreamsync, af); |