aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-06-23 12:19:14 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-07-08 19:54:08 +0200
commitba856c0be5599f21f241162e1f5f3f2506f3132c (patch)
treec42fbba9c54c2603dc14cd397ff063527d40dbe7 /libavfilter/allfilters.c
parent99622f6678c4cc219f9d7732c64cb1cdfdfda949 (diff)
downloadffmpeg-ba856c0be5599f21f241162e1f5f3f2506f3132c.tar.gz
lavfi: implement asettb 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 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);