summaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-01-10 14:48:12 +0100
committerPaul B Mahol <onemda@gmail.com>2016-01-14 20:51:20 +0100
commit653f9d84ae83188bc1dbef0546b7187841040dc8 (patch)
treeefa70ad3be265411c6e16a7f85bd278bdc52cd72 /libavfilter/allfilters.c
parentcc538e9dbd14b61d1ac8c9fa687d83289673fe90 (diff)
downloadffmpeg-streaming-653f9d84ae83188bc1dbef0546b7187841040dc8.zip
ffmpeg-streaming-653f9d84ae83188bc1dbef0546b7187841040dc8.tar.gz
avfilter: add spectrumsynth filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 2267e88..d4815d6 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -310,6 +310,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(SHOWVOLUME, showvolume, avf);
REGISTER_FILTER(SHOWWAVES, showwaves, avf);
REGISTER_FILTER(SHOWWAVESPIC, showwavespic, avf);
+ REGISTER_FILTER(SPECTRUMSYNTH, spectrumsynth, vaf);
/* multimedia sources */
REGISTER_FILTER(AMOVIE, amovie, avsrc);
OpenPOWER on IntegriCloud