summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2019-10-27 14:45:36 +0000
committerLynne <dev@lynne.ee>2020-02-04 23:19:48 +0000
commitd95c509cc64372f8b37d89310250785224751a90 (patch)
treea8463edc80f2dcc791da253546eb3773deca9e7d /libavfilter/allfilters.c
parent6fca61bbc917678b3e517be4f6594ce52a16a93c (diff)
lavfi: add an scale_vulkan filter
This commit adds a basic, non-converting Vulkan scaling 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 5fd93c43ed..25e607b359 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -347,6 +347,7 @@ extern AVFilter ff_vf_scale_cuda;
extern AVFilter ff_vf_scale_npp;
extern AVFilter ff_vf_scale_qsv;
extern AVFilter ff_vf_scale_vaapi;
+extern AVFilter ff_vf_scale_vulkan;
extern AVFilter ff_vf_scale2ref;
extern AVFilter ff_vf_scroll;
extern AVFilter ff_vf_select;