]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_xfade_opencl.c
avformat/avio: Add Metacube support
[ffmpeg] / libavfilter / vf_xfade_opencl.c
index 47360431474c052354ace9a9e5bb1419521719c1..23c084546d1f2952b8981e418b9bdd108010681f 100644 (file)
@@ -424,7 +424,7 @@ static const AVFilterPad xfade_opencl_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_xfade_opencl = {
+const AVFilter ff_vf_xfade_opencl = {
     .name            = "xfade_opencl",
     .description     = NULL_IF_CONFIG_SMALL("Cross fade one video with another video."),
     .priv_size       = sizeof(XFadeOpenCLContext),