X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_untile.c;h=9035e819d4564ca39fbf696a7c9f600c7cd9b4c3;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=154b92d08c433144cff1867503ee4e44cfed5f76;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_untile.c b/libavfilter/vf_untile.c index 154b92d08c4..9035e819d45 100644 --- a/libavfilter/vf_untile.c +++ b/libavfilter/vf_untile.c @@ -184,7 +184,7 @@ static const AVFilterPad untile_outputs[] = { { NULL } }; -AVFilter ff_vf_untile = { +const AVFilter ff_vf_untile = { .name = "untile", .description = NULL_IF_CONFIG_SMALL("Untile a frame into a sequence of frames."), .init = init,