diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-03-16 16:33:05 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-20 21:04:28 +0100 |
commit | 21b092de7c1e2d7fae24ceca3aa2f8f9f1730cfc (patch) | |
tree | 8d38fa3925db60155f9b61e49ad5a31b4b5a616b /libavfilter/allfilters.c | |
parent | 8d928a9d9967b85283a0a167bdbd7168ae2f51ba (diff) | |
download | ffmpeg-21b092de7c1e2d7fae24ceca3aa2f8f9f1730cfc.tar.gz |
lavfi: add sine audio source.
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 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); |