diff options
author | Thomas Mundt <loudmax@yahoo.de> | 2016-02-08 01:00:42 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-18 13:12:48 +0100 |
commit | da94d619f6419aa5feca2cd1eac868a5711d47eb (patch) | |
tree | 4a69b17497ef299505df1ed98fe7168aea6f87a1 /libavfilter/allfilters.c | |
parent | 08acab85d3421d4bd4cd278447b9ff578c8a2ac4 (diff) | |
download | ffmpeg-da94d619f6419aa5feca2cd1eac868a5711d47eb.tar.gz |
avfilter: add BobWeaver deinterlacing filter
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 4bce2afc4a..ed526493f8 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -140,6 +140,7 @@ void avfilter_register_all(void) REGISTER_FILTER(BLACKFRAME, blackframe, vf); REGISTER_FILTER(BLEND, blend, vf); REGISTER_FILTER(BOXBLUR, boxblur, vf); + REGISTER_FILTER(BWDIF, bwdif, vf); REGISTER_FILTER(CHROMAKEY, chromakey, vf); REGISTER_FILTER(CODECVIEW, codecview, vf); REGISTER_FILTER(COLORBALANCE, colorbalance, vf); |