diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-02 15:51:26 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-03-04 12:31:06 +0100 |
commit | 409a3bda07dcff8c5d2672f4d89e61fddbd6f40e (patch) | |
tree | 01815fda9edad8fcc5f5aed3864224596f5246f8 /libavfilter/allfilters.c | |
parent | 37fca5daa0bed1fdb651dfc1c38a3b47f79c58a5 (diff) | |
download | ffmpeg-409a3bda07dcff8c5d2672f4d89e61fddbd6f40e.tar.gz |
lavfi: add blackdetect filter
Address trac ticket #901.
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 487738ae5f..f6230be3c1 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -56,6 +56,7 @@ void avfilter_register_all(void) REGISTER_FILTER (ANULLSINK, anullsink, asink); REGISTER_FILTER (ASS, ass, vf); + REGISTER_FILTER (BLACKDETECT, blackdetect, vf); REGISTER_FILTER (BLACKFRAME, blackframe, vf); REGISTER_FILTER (BOXBLUR, boxblur, vf); REGISTER_FILTER (COPY, copy, vf); |