X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_neighbor_opencl.c;h=a41fd384a173cbc4addd2b31d779f569c4fff364;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=fb40132d957ab79b2bbb95bb6f2bdd6abbad2a27;hpb=fbd607dd560afe44c3b90de1e6cbe5265cac8f1e;p=ffmpeg diff --git a/libavfilter/vf_neighbor_opencl.c b/libavfilter/vf_neighbor_opencl.c index fb40132d957..a41fd384a17 100644 --- a/libavfilter/vf_neighbor_opencl.c +++ b/libavfilter/vf_neighbor_opencl.c @@ -274,7 +274,7 @@ static const AVOption erosion_opencl_options[] = { AVFILTER_DEFINE_CLASS(erosion_opencl); -AVFilter ff_vf_erosion_opencl = { +const AVFilter ff_vf_erosion_opencl = { .name = "erosion_opencl", .description = NULL_IF_CONFIG_SMALL("Apply erosion effect"), .priv_size = sizeof(NeighborOpenCLContext), @@ -302,7 +302,7 @@ static const AVOption dilation_opencl_options[] = { AVFILTER_DEFINE_CLASS(dilation_opencl); -AVFilter ff_vf_dilation_opencl = { +const AVFilter ff_vf_dilation_opencl = { .name = "dilation_opencl", .description = NULL_IF_CONFIG_SMALL("Apply dilation effect"), .priv_size = sizeof(NeighborOpenCLContext),