]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_xfade.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_xfade.c
index cb4fae21d9eca6a119e0ed63b548205f090bb433..2e075cfb9aa4996c1661b2b7f11dbf5c81350e5a 100644 (file)
@@ -1956,7 +1956,7 @@ static const AVFilterPad xfade_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_xfade = {
+const AVFilter ff_vf_xfade = {
     .name          = "xfade",
     .description   = NULL_IF_CONFIG_SMALL("Cross fade one video with another video."),
     .priv_size     = sizeof(XFadeContext),