summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-18 18:19:55 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-20 15:00:23 +0200
commite30a0b1b3b1f06bc34f43e8f77ddfd97503d8736 (patch)
treed02f2703a5be27cc7283061ef51e027c045f8640 /libavfilter/allfilters.c
parent9d84a17ba5d036078e2714f761b5370d6140f1ca (diff)
lavfi: add ashowinfo filter
Useful for debugging.
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 f623d00979..5cf330c395 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -37,6 +37,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (AFORMAT, aformat, af);
REGISTER_FILTER (ANULL, anull, af);
REGISTER_FILTER (ARESAMPLE, aresample, af);
+ REGISTER_FILTER (ASHOWINFO, ashowinfo, af);
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);