X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_haas.c;h=b1a207f808681050afa5c4476ecd2e87fd2826f5;hb=f183d6555e714e00b41aec728feb8a731826cbdc;hp=0cfc93a7d1f24e02710e23347a0d82d6cf8176bc;hpb=52b44e9d15c0ee3c118ed68a0c2c737a9eb50ae9;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,