X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_il.c;h=9b21f2e7a71655e50c3d227fd54cd7798ef46b75;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=46af57f96eeb1546844fe56afaa2fda2d4e60744;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_il.c b/libavfilter/vf_il.c index 46af57f96ee..9b21f2e7a71 100644 --- a/libavfilter/vf_il.c +++ b/libavfilter/vf_il.c @@ -198,7 +198,7 @@ static const AVFilterPad outputs[] = { { NULL } }; -AVFilter ff_vf_il = { +const AVFilter ff_vf_il = { .name = "il", .description = NULL_IF_CONFIG_SMALL("Deinterleave or interleave fields."), .priv_size = sizeof(IlContext),