X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_bs2b.c;h=7b9958325f076b3a7e8bf80a5b7450cc6f8f7311;hb=a859e57424ca0a00d17bdc034c52005c18184961;hp=c01b983cd3668ae1380befcfa91f5922db7d04a5;hpb=fef55251d82ca1043689dddf5d03aa96c75cd4bb;p=ffmpeg diff --git a/libavfilter/af_bs2b.c b/libavfilter/af_bs2b.c index c01b983cd36..7b9958325f0 100644 --- a/libavfilter/af_bs2b.c +++ b/libavfilter/af_bs2b.c @@ -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,