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:
authorClément Bœsch <ubitux@gmail.com>2011-12-30 02:45:45 +0400
committerClément Bœsch <ubitux@gmail.com>2012-08-21 01:03:06 +0400
commitddda29b4a70e4f5239a2a913b87dab0977bd49b8 (patch)
treecec9cb79d8baafb3534b9a10d26c0caad8b20a94 /libavfilter/allfilters.c
parent786f06e109e7daef9b9f193eaf89c3493367615e (diff)
lavfi: add showspectrum filter.
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 6defed4cf6..0bc5a4a125 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -143,6 +143,7 @@ void avfilter_register_all(void)
/* multimedia filters */
REGISTER_FILTER (CONCAT, concat, avf);
+ REGISTER_FILTER (SHOWSPECTRUM,showspectrum,avf);
REGISTER_FILTER (SHOWWAVES, showwaves, avf);
/* multimedia sources */