Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-12-25 20:37:53 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-06-20 14:37:57 +0400
commit3ea3e32e03eb0cffa088c737230e4a18850a0860 (patch)
tree84ca78cb171ac16e45f86deb18f4f4dd134d6e79 /libavfilter/allfilters.c
parent93bbe53c441ef3b6e3d92023f4dc99b34e47135b (diff)
lavfi: add showwaves filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 35065d5b12..6d2d6cf2e9 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -129,6 +129,9 @@ void avfilter_register_all(void)
REGISTER_FILTER (BUFFERSINK, buffersink, vsink);
REGISTER_FILTER (NULLSINK, nullsink, vsink);
+ /* transmedia filters */
+ REGISTER_FILTER (SHOWWAVES, showwaves, avf);
+
/* those filters are part of public or internal API => registered
* unconditionally */
{