X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favf_showcqt.c;h=996a6f63c5d173371e980279c312610d52947e79;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=dba1f089eef1b9dffea5454b2ec426cd8c85e4fb;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/avf_showcqt.c b/libavfilter/avf_showcqt.c index dba1f089eef..996a6f63c5d 100644 --- a/libavfilter/avf_showcqt.c +++ b/libavfilter/avf_showcqt.c @@ -1589,7 +1589,7 @@ static const AVFilterPad showcqt_outputs[] = { { NULL } }; -AVFilter ff_avf_showcqt = { +const AVFilter ff_avf_showcqt = { .name = "showcqt", .description = NULL_IF_CONFIG_SMALL("Convert input audio to a CQT (Constant/Clamped Q Transform) spectrum video output."), .init = init,