X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_axcorrelate.c;h=abd722b83e37ccf0a03b4fbf728b061950a7978c;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=6e9a02871624b6a2bd4dc0c61abd77396eb006be;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_axcorrelate.c b/libavfilter/af_axcorrelate.c index 6e9a0287162..abd722b83e3 100644 --- a/libavfilter/af_axcorrelate.c +++ b/libavfilter/af_axcorrelate.c @@ -365,7 +365,7 @@ static const AVOption axcorrelate_options[] = { AVFILTER_DEFINE_CLASS(axcorrelate); -AVFilter ff_af_axcorrelate = { +const AVFilter ff_af_axcorrelate = { .name = "axcorrelate", .description = NULL_IF_CONFIG_SMALL("Cross-correlate two audio streams."), .priv_size = sizeof(AudioXCorrelateContext),