]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_pad_opencl.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_pad_opencl.c
index 1129c40c6048f6cda8964a4347702190f79d6fba..8155a96e03a9d2c43f3f9cea135cd65ffdfde51b 100644 (file)
@@ -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),