summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-03-16 16:33:05 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-03-20 21:04:28 +0100
commit21b092de7c1e2d7fae24ceca3aa2f8f9f1730cfc (patch)
tree8d38fa3925db60155f9b61e49ad5a31b4b5a616b /libavfilter/allfilters.c
parent8d928a9d9967b85283a0a167bdbd7168ae2f51ba (diff)
lavfi: add sine 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 086e6c90ce..45a67e50da 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -86,6 +86,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(AEVALSRC, aevalsrc, asrc);
REGISTER_FILTER(ANULLSRC, anullsrc, asrc);
REGISTER_FILTER(FLITE, flite, asrc);
+ REGISTER_FILTER(SINE, sine, asrc);
REGISTER_FILTER(ANULLSINK, anullsink, asink);