X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_pullup.c;h=00d3a8dc51a6e429238c5d5996554e0fb22d3baa;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=fa76caad0353191f885a22906303e0bb0984666e;hpb=26148e923613e718787c6fc4bf3f64e8909f597c;p=ffmpeg diff --git a/libavfilter/vf_pullup.c b/libavfilter/vf_pullup.c index fa76caad035..00d3a8dc51a 100644 --- a/libavfilter/vf_pullup.c +++ b/libavfilter/vf_pullup.c @@ -764,7 +764,7 @@ static const AVFilterPad pullup_outputs[] = { { NULL } }; -AVFilter ff_vf_pullup = { +const AVFilter ff_vf_pullup = { .name = "pullup", .description = NULL_IF_CONFIG_SMALL("Pullup from field sequence to frames."), .priv_size = sizeof(PullupContext),