]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_ladspa.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_ladspa.c
index 31adc9c3457735eac626f9d2fd5a2dbaf008ec37..4060251670ecb14b53eea68e1c37463a5d8c99e5 100644 (file)
@@ -791,7 +791,7 @@ static const AVFilterPad ladspa_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_ladspa = {
+const AVFilter ff_af_ladspa = {
     .name          = "ladspa",
     .description   = NULL_IF_CONFIG_SMALL("Apply LADSPA effect."),
     .priv_size     = sizeof(LADSPAContext),