]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_sab.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_sab.c
index 6f6365416165b40e2d2c1e44791897f0ac8c8441..12fbe40655f76feccafa2aab5f05e1d2867f8095 100644 (file)
@@ -323,7 +323,7 @@ static const AVFilterPad sab_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_sab = {
+const AVFilter ff_vf_sab = {
     .name          = "sab",
     .description   = NULL_IF_CONFIG_SMALL("Apply shape adaptive blur."),
     .priv_size     = sizeof(SabContext),