]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_smartblur.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_smartblur.c
index 1955ac43d89bacf2c23281ff8fb555127c3c2c78..36ed72a12c3ba4301ffb06fff21e27dc0b5e2703 100644 (file)
@@ -291,7 +291,7 @@ static const AVFilterPad smartblur_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_smartblur = {
+const AVFilter ff_vf_smartblur = {
     .name          = "smartblur",
     .description   = NULL_IF_CONFIG_SMALL("Blur the input video without impacting the outlines."),
     .priv_size     = sizeof(SmartblurContext),