X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavfilter%2Fvf_pad_opencl.c;h=8155a96e03a9d2c43f3f9cea135cd65ffdfde51b;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=1129c40c6048f6cda8964a4347702190f79d6fba;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_pad_opencl.c b/libavfilter/vf_pad_opencl.c index 1129c40c604..8155a96e03a 100644 --- a/libavfilter/vf_pad_opencl.c +++ b/libavfilter/vf_pad_opencl.c @@ -383,7 +383,7 @@ static const AVOption pad_opencl_options[] = { AVFILTER_DEFINE_CLASS(pad_opencl); -AVFilter ff_vf_pad_opencl = { +const AVFilter ff_vf_pad_opencl = { .name = "pad_opencl", .description = NULL_IF_CONFIG_SMALL("Pad the input video."), .priv_size = sizeof(PadOpenCLContext),