X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_aecho.c;h=4e45ab9a8b649af9c7ed3c745ee736707fb73671;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=7a7b8bccf247711338c8ae87fc72798a976af5e7;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_aecho.c b/libavfilter/af_aecho.c index 7a7b8bccf24..4e45ab9a8b6 100644 --- a/libavfilter/af_aecho.c +++ b/libavfilter/af_aecho.c @@ -376,7 +376,7 @@ static const AVFilterPad aecho_outputs[] = { { NULL } }; -AVFilter ff_af_aecho = { +const AVFilter ff_af_aecho = { .name = "aecho", .description = NULL_IF_CONFIG_SMALL("Add echoing to the audio."), .query_formats = query_formats,