X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_stereotools.c;h=d60fa55ccd3c4e5bc9a2676ac404ec2144b61445;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=2c636a27a5dc90cb724febff0019ece2e13ec682;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_stereotools.c b/libavfilter/af_stereotools.c index 2c636a27a5d..d60fa55ccd3 100644 --- a/libavfilter/af_stereotools.c +++ b/libavfilter/af_stereotools.c @@ -375,7 +375,7 @@ static const AVFilterPad outputs[] = { { NULL } }; -AVFilter ff_af_stereotools = { +const AVFilter ff_af_stereotools = { .name = "stereotools", .description = NULL_IF_CONFIG_SMALL("Apply various stereo tools."), .query_formats = query_formats,