summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-12-26 11:38:53 +0100
committerPaul B Mahol <onemda@gmail.com>2019-12-29 15:33:55 +0100
commitcc43c2f29af0d7f77441b573d6aa1d1cf1958998 (patch)
treefdfddcfb18dab56f3abea9a6c07587790f456ff8 /libavfilter/allfilters.c
parent755ad01dd1dffc6209a9f71641e1c4169bb7691a (diff)
avfilter: add thistogram video 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 c295f8e403..9f2080f857 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -382,6 +382,7 @@ extern AVFilter ff_vf_swaprect;
extern AVFilter ff_vf_swapuv;
extern AVFilter ff_vf_tblend;
extern AVFilter ff_vf_telecine;
+extern AVFilter ff_vf_thistogram;
extern AVFilter ff_vf_threshold;
extern AVFilter ff_vf_thumbnail;
extern AVFilter ff_vf_thumbnail_cuda;