X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_haas.c;h=b1a207f808681050afa5c4476ecd2e87fd2826f5;hb=3a3e8c35b63a40c4d59161097dc8652c15d13779;hp=0cfc93a7d1f24e02710e23347a0d82d6cf8176bc;hpb=ace96d2e693d804a0ed16aebc1b1027cfff2c527;p=ffmpeg diff --git a/libavfilter/af_haas.c b/libavfilter/af_haas.c index 0cfc93a7d1f..b1a207f8086 100644 --- a/libavfilter/af_haas.c +++ b/libavfilter/af_haas.c @@ -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,