X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favf_avectorscope.c;h=a0011fe33b967d7a86f537295fd49bcaa2d7aecd;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=c44353c7fde183e0b5182757b68a53efa471a515;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/avf_avectorscope.c b/libavfilter/avf_avectorscope.c index c44353c7fde..a0011fe33b9 100644 --- a/libavfilter/avf_avectorscope.c +++ b/libavfilter/avf_avectorscope.c @@ -415,7 +415,7 @@ static const AVFilterPad audiovectorscope_outputs[] = { { NULL } }; -AVFilter ff_avf_avectorscope = { +const AVFilter ff_avf_avectorscope = { .name = "avectorscope", .description = NULL_IF_CONFIG_SMALL("Convert input audio to vectorscope video output."), .uninit = uninit,