summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-22 15:45:44 +0200
committerPaul B Mahol <onemda@gmail.com>2016-08-23 15:21:06 +0200
commitbb109dce18e94f9f29d759c771e3cf46e93ffca1 (patch)
tree1e9014e8c5589c7acdc5fd2cdfd0a96ee9d80699 /libavfilter/allfilters.c
parent12f997d061d390f04717afa77f694e0a4b14c8f5 (diff)
avfilter: add hysteresis filter
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 9b7fe5ff2f..05fa9c4f58 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -212,6 +212,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(HWDOWNLOAD, hwdownload, vf);
REGISTER_FILTER(HWUPLOAD, hwupload, vf);
REGISTER_FILTER(HWUPLOAD_CUDA, hwupload_cuda, vf);
+ REGISTER_FILTER(HYSTERESIS, hysteresis, vf);
REGISTER_FILTER(IDET, idet, vf);
REGISTER_FILTER(IL, il, vf);
REGISTER_FILTER(INFLATE, inflate, vf);