X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_pullup.c;h=00d3a8dc51a6e429238c5d5996554e0fb22d3baa;hb=a859e57424ca0a00d17bdc034c52005c18184961;hp=fa76caad0353191f885a22906303e0bb0984666e;hpb=29929fc8e2449d2db8bd144b2badc8d1e6347412;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),