summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorXuewei Meng <928826483@qq.com>2021-05-08 18:06:39 +0800
committerSteven Liu <liuqi05@kuaishou.com>2021-05-10 13:34:29 +0800
commitf8d910e90f599f338438833dfc92e2f1915ce414 (patch)
treec039e4dca06d9abb7fec9481da92a4fdd7c44be7 /libavfilter/allfilters.c
parent8649f5dca6688feb66f787dcf232d42ed20fdb28 (diff)
downloadffmpeg-f8d910e90f599f338438833dfc92e2f1915ce414.tar.gz
GSoC: Add guided filter
Add examples on how to use this filter, and improve the code style. Implement the slice-level parallelism for guided filter. Add the basic version of guided filter. Signed-off-by: Xuewei Meng <xwmeng96@gmail.com> Reviewed-by: Steven Liu <liuqi05@kuaishou.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 87c3661cf4..c6afef835f 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -271,6 +271,7 @@ extern const AVFilter ff_vf_geq;
extern const AVFilter ff_vf_gradfun;
extern const AVFilter ff_vf_graphmonitor;
extern const AVFilter ff_vf_greyedge;
+extern const AVFilter ff_vf_guided;
extern const AVFilter ff_vf_haldclut;
extern const AVFilter ff_vf_hflip;
extern const AVFilter ff_vf_histeq;