summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-04-13 16:12:50 +0200
committerPaul B Mahol <onemda@gmail.com>2020-04-18 12:34:49 +0200
commit9987f6d01e6d50eba378b64b890a6f5885e27989 (patch)
tree1d039c3b598ecddd1198a1f91e5df59c0f132c67 /libavfilter/allfilters.c
parent55d830f69a2ff3ca191d97862200d4cc480d25b7 (diff)
avfilter: add tmedian 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 fb32bef788..5842196118 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -398,6 +398,7 @@ extern AVFilter ff_vf_thumbnail_cuda;
extern AVFilter ff_vf_tile;
extern AVFilter ff_vf_tinterlace;
extern AVFilter ff_vf_tlut2;
+extern AVFilter ff_vf_tmedian;
extern AVFilter ff_vf_tmix;
extern AVFilter ff_vf_tonemap;
extern AVFilter ff_vf_tonemap_opencl;