]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_earwax.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_earwax.c
index a4434290a761eb6542b661155b651a7020411210..a5a7e6a5d2d8dfb34d5b8830e79528bcd86c53d8 100644 (file)
@@ -231,7 +231,7 @@ static const AVFilterPad earwax_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_earwax = {
+const AVFilter ff_af_earwax = {
     .name           = "earwax",
     .description    = NULL_IF_CONFIG_SMALL("Widen the stereo image."),
     .query_formats  = query_formats,