aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-18 14:26:15 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-27 12:46:55 +0200
commit24ddfb2bdb8a02971c3932901bc87f233b23a12f (patch)
treee065e773dad55eba7be332cd56c4b7de968923ce /libavfilter/allfilters.c
parent1d6eca2d27a7e106a3acd01c89e7de58400c4c61 (diff)
downloadffmpeg-24ddfb2bdb8a02971c3932901bc87f233b23a12f.tar.gz
lavfi: add amovie source - audio movie 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 3675561062..bff23713a6 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -40,6 +40,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (ASHOWINFO, ashowinfo, af);
REGISTER_FILTER (ABUFFER, abuffer, asrc);
+ REGISTER_FILTER (AMOVIE, amovie, asrc);
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);
REGISTER_FILTER (ABUFFERSINK, abuffersink, asink);