X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_cover_rect.c;h=26a0fb3a4de84f1821b2e2889c2e314ed7ba1772;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=898debf09d155b05a194a31924772600b3cedb6c;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_cover_rect.c b/libavfilter/vf_cover_rect.c index 898debf09d1..26a0fb3a4de 100644 --- a/libavfilter/vf_cover_rect.c +++ b/libavfilter/vf_cover_rect.c @@ -248,7 +248,7 @@ static const AVFilterPad cover_rect_outputs[] = { { NULL } }; -AVFilter ff_vf_cover_rect = { +const AVFilter ff_vf_cover_rect = { .name = "cover_rect", .description = NULL_IF_CONFIG_SMALL("Find and cover a user specified object."), .priv_size = sizeof(CoverContext),