summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2019-10-27 14:47:18 +0000
committerLynne <dev@lynne.ee>2020-02-04 23:19:48 +0000
commita2db7343e02fe4c78c6d301550849a0634f0ac38 (patch)
tree6641639ea1dc57a2df0e779dd0bb6d91f1316787 /libavfilter/allfilters.c
parent7bb443137c656857449d56d1212d09a7018819b0 (diff)
lavfi: add an avgblur_vulkan filter
This commit adds a fast avgblur Vulkan filter. This will reset Intel GPUs on Linux due to a known, two-year-old driver bug (!834 on mesa's gitlab).
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 747d65a5b0..4acafdd269 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -154,6 +154,7 @@ extern AVFilter ff_vf_ass;
extern AVFilter ff_vf_atadenoise;
extern AVFilter ff_vf_avgblur;
extern AVFilter ff_vf_avgblur_opencl;
+extern AVFilter ff_vf_avgblur_vulkan;
extern AVFilter ff_vf_bbox;
extern AVFilter ff_vf_bench;
extern AVFilter ff_vf_bilateral;