summaryrefslogtreecommitdiff
path: root/libavfilter/vf_unsharp_opencl.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2023-03-18 19:15:41 +0100
committerLynne <dev@lynne.ee>2023-05-29 00:42:00 +0200
commit88e2cca3dbd1f509982778804ba2463058bb729a (patch)
tree80db9d1f89609a790866439ee5b324b308cd2973 /libavfilter/vf_unsharp_opencl.c
parent7cfd7e4af4b1c0f280f0c64a8088d362a2917e79 (diff)
tools/cl2c: change to tools/source2c and allow non-OpenCL source files
Diffstat (limited to 'libavfilter/vf_unsharp_opencl.c')
-rw-r--r--libavfilter/vf_unsharp_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_unsharp_opencl.c b/libavfilter/vf_unsharp_opencl.c
index 2c3ac14050..09398464ca 100644
--- a/libavfilter/vf_unsharp_opencl.c
+++ b/libavfilter/vf_unsharp_opencl.c
@@ -69,7 +69,7 @@ static int unsharp_opencl_init(AVFilterContext *avctx)
cl_int cle;
int err;
- err = ff_opencl_filter_load_program(avctx, &ff_opencl_source_unsharp, 1);
+ err = ff_opencl_filter_load_program(avctx, &ff_source_unsharp_cl, 1);
if (err < 0)
goto fail;