summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-02-06 17:11:07 +0100
committerPaul B Mahol <onemda@gmail.com>2017-01-30 18:44:08 +0100
commitacf1dd5b74ab33a75e5d31ca6281d4cdc2ce2dec (patch)
tree61b9936d3ee631ee0a255a843480a42193aeba1d /libavfilter/allfilters.c
parentebb83e2dc0b437081dc6496a724803bf5f04a8ea (diff)
avfilter: add threshold 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 d71d14a91c..86941bad5e 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -304,6 +304,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(SWAPUV, swapuv, vf);
REGISTER_FILTER(TBLEND, tblend, vf);
REGISTER_FILTER(TELECINE, telecine, vf);
+ REGISTER_FILTER(THRESHOLD, threshold, vf);
REGISTER_FILTER(THUMBNAIL, thumbnail, vf);
REGISTER_FILTER(TILE, tile, vf);
REGISTER_FILTER(TINTERLACE, tinterlace, vf);