X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_program_opencl.c;h=4b38baeb3c758ac4657cfacfdda9f776dacdb132;hb=a859e57424ca0a00d17bdc034c52005c18184961;hp=ec25e931f56245599b23df189f6ede755ac8b511;hpb=39278ff0de5b5e3397c22538978bffbb38ee099b;p=ffmpeg diff --git a/libavfilter/vf_program_opencl.c b/libavfilter/vf_program_opencl.c index ec25e931f56..4b38baeb3c7 100644 --- a/libavfilter/vf_program_opencl.c +++ b/libavfilter/vf_program_opencl.c @@ -362,7 +362,7 @@ static const AVFilterPad program_opencl_outputs[] = { { NULL } }; -AVFilter ff_vf_program_opencl = { +const AVFilter ff_vf_program_opencl = { .name = "program_opencl", .description = NULL_IF_CONFIG_SMALL("Filter video using an OpenCL program"), .priv_size = sizeof(ProgramOpenCLContext), @@ -415,7 +415,7 @@ static const AVFilterPad openclsrc_outputs[] = { { NULL } }; -AVFilter ff_vsrc_openclsrc = { +const AVFilter ff_vsrc_openclsrc = { .name = "openclsrc", .description = NULL_IF_CONFIG_SMALL("Generate video using an OpenCL program"), .priv_size = sizeof(ProgramOpenCLContext),