X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favf_showwaves.c;h=b3639f46a525e6eeee4cf0315537f547275b1708;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=aabd79e23bc8660a0d387d8f182f12624e9f245d;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c index aabd79e23bc..b3639f46a52 100644 --- a/libavfilter/avf_showwaves.c +++ b/libavfilter/avf_showwaves.c @@ -775,7 +775,7 @@ static const AVFilterPad showwaves_outputs[] = { { NULL } }; -AVFilter ff_avf_showwaves = { +const AVFilter ff_avf_showwaves = { .name = "showwaves", .description = NULL_IF_CONFIG_SMALL("Convert input audio to a video output."), .init = init, @@ -890,7 +890,7 @@ static const AVFilterPad showwavespic_outputs[] = { { NULL } }; -AVFilter ff_avf_showwavespic = { +const AVFilter ff_avf_showwavespic = { .name = "showwavespic", .description = NULL_IF_CONFIG_SMALL("Convert input audio to a video output single picture."), .init = init,