]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_scroll.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_scroll.c
index bb5907b1c0723f720780993d2008ee5a782e19d5..4b7b45f52abf460e8fb9cf2a625542e8644896e3 100644 (file)
@@ -211,7 +211,7 @@ static const AVFilterPad scroll_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_scroll = {
+const AVFilter ff_vf_scroll = {
     .name          = "scroll",
     .description   = NULL_IF_CONFIG_SMALL("Scroll input video."),
     .priv_size     = sizeof(ScrollContext),