summaryrefslogtreecommitdiff
path: root/libavfilter/vf_neighbor_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_neighbor_opencl.c
parent7cfd7e4af4b1c0f280f0c64a8088d362a2917e79 (diff)
tools/cl2c: change to tools/source2c and allow non-OpenCL source files
Diffstat (limited to 'libavfilter/vf_neighbor_opencl.c')
-rw-r--r--libavfilter/vf_neighbor_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_neighbor_opencl.c b/libavfilter/vf_neighbor_opencl.c
index d2d93cd240..b2939f841a 100644
--- a/libavfilter/vf_neighbor_opencl.c
+++ b/libavfilter/vf_neighbor_opencl.c
@@ -55,7 +55,7 @@ static int neighbor_opencl_init(AVFilterContext *avctx)
cl_int cle;
int err;
- err = ff_opencl_filter_load_program(avctx, &ff_opencl_source_neighbor, 1);
+ err = ff_opencl_filter_load_program(avctx, &ff_source_neighbor_cl, 1);
if (err < 0)
goto fail;