]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_lv2.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_lv2.c
index 3dabe566f5cdd216bd8a6c277b196005d4f0123b..53a58a46ea80604723547908a3f9d34b2005d7bd 100644 (file)
@@ -588,7 +588,7 @@ static const AVFilterPad lv2_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_lv2 = {
+const AVFilter ff_af_lv2 = {
     .name          = "lv2",
     .description   = NULL_IF_CONFIG_SMALL("Apply LV2 effect."),
     .priv_size     = sizeof(LV2Context),