X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_vfrdet.c;h=7e37036aef8c87875f6d366109914d92abce7d15;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=abfa19cdcdedc2475cab70b27ee933776454c1e3;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_vfrdet.c b/libavfilter/vf_vfrdet.c index abfa19cdcde..7e37036aef8 100644 --- a/libavfilter/vf_vfrdet.c +++ b/libavfilter/vf_vfrdet.c @@ -104,7 +104,7 @@ static const AVFilterPad vfrdet_outputs[] = { { NULL } }; -AVFilter ff_vf_vfrdet = { +const AVFilter ff_vf_vfrdet = { .name = "vfrdet", .description = NULL_IF_CONFIG_SMALL("Variable frame rate detect filter."), .priv_size = sizeof(VFRDETContext),