]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_haas.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_haas.c
index 0cfc93a7d1f24e02710e23347a0d82d6cf8176bc..b1a207f808681050afa5c4476ecd2e87fd2826f5 100644 (file)
@@ -216,7 +216,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_haas = {
+const AVFilter ff_af_haas = {
     .name           = "haas",
     .description    = NULL_IF_CONFIG_SMALL("Apply Haas Stereo Enhancer."),
     .query_formats  = query_formats,