diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-02-21 10:32:59 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-05-10 17:11:54 +0000 |
commit | 005ee7a5867e5ad76575068527cbcaf729232820 (patch) | |
tree | edda2aaeca742230f75f42cd677e4f9747fac789 /libavfilter/allfilters.c | |
parent | 50e66726a237e07f6557eaca1da2e9eb18ee7fda (diff) | |
download | ffmpeg-005ee7a5867e5ad76575068527cbcaf729232820.tar.gz |
lavfi: avectorscope filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index b8f273dde1..455e22c225 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -199,6 +199,7 @@ void avfilter_register_all(void) REGISTER_FILTER(NULLSINK, nullsink, vsink); /* multimedia filters */ + REGISTER_FILTER(AVECTORSCOPE, avectorscope, avf); REGISTER_FILTER(CONCAT, concat, avf); REGISTER_FILTER(SHOWSPECTRUM, showspectrum, avf); REGISTER_FILTER(SHOWWAVES, showwaves, avf); |