X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_perspective.c;h=a3fa080f21cae859679119b469f330f2db53f3ed;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=92495097cc5515994a344be2a0558073c5293227;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_perspective.c b/libavfilter/vf_perspective.c index 92495097cc5..a3fa080f21c 100644 --- a/libavfilter/vf_perspective.c +++ b/libavfilter/vf_perspective.c @@ -511,7 +511,7 @@ static const AVFilterPad perspective_outputs[] = { { NULL } }; -AVFilter ff_vf_perspective = { +const AVFilter ff_vf_perspective = { .name = "perspective", .description = NULL_IF_CONFIG_SMALL("Correct the perspective of video."), .priv_size = sizeof(PerspectiveContext),