summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMohamed Khaled Mohamed <mohamed.elbassiony00@eng-st.cu.edu.eg>2022-08-30 21:13:27 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2022-09-03 15:18:56 +0200
commit1a5cd79f518268203c4fff7c664b387e5720f1f4 (patch)
tree2f86284986019a58906caec963a442c8bc7b2cc2 /libavfilter/allfilters.c
parentd1513e7f9c473dc45c4a1e060a187c32f10c4a2f (diff)
downloadffmpeg-1a5cd79f518268203c4fff7c664b387e5720f1f4.tar.gz
avfilter: add bilateral_cuda filter
GSoC 2022 Signed-off-by: Mohamed Khaled <mohamed.elbassiony00@eng-st.cu.edu.eg> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 0285889e70..79e8a16bbc 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -180,6 +180,7 @@ extern const AVFilter ff_vf_avgblur_vulkan;
extern const AVFilter ff_vf_bbox;
extern const AVFilter ff_vf_bench;
extern const AVFilter ff_vf_bilateral;
+extern const AVFilter ff_vf_bilateral_cuda;
extern const AVFilter ff_vf_bitplanenoise;
extern const AVFilter ff_vf_blackdetect;
extern const AVFilter ff_vf_blackframe;