]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_bs2b.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_bs2b.c
index c01b983cd3668ae1380befcfa91f5922db7d04a5..7b9958325f076b3a7e8bf80a5b7450cc6f8f7311 100644 (file)
@@ -211,7 +211,7 @@ static const AVFilterPad bs2b_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_bs2b = {
+const AVFilter ff_af_bs2b = {
     .name           = "bs2b",
     .description    = NULL_IF_CONFIG_SMALL("Bauer stereo-to-binaural filter."),
     .query_formats  = query_formats,