summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-08-21 02:29:33 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-28 11:06:43 +0200
commit66a52018194861540d11e5b0815719516479d776 (patch)
tree1b02e171e2562c17fb0a31e54722515e0b76f5cc /libavfilter/allfilters.c
parentfd2b6c1e4b99339f2d64da3c1feb09b98b37ab9f (diff)
lavfi: add flite audio source
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 d79218e194..403383da93 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -59,6 +59,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (AEVALSRC, aevalsrc, asrc);
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);
+ REGISTER_FILTER (FLITE, flite, asrc);
REGISTER_FILTER (ABUFFERSINK, abuffersink, asink);
REGISTER_FILTER (ANULLSINK, anullsink, asink);