X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_perspective.c;h=a3fa080f21cae859679119b469f330f2db53f3ed;hb=3f27021143f1bc6a55be5bac37f4c2d3c742e023;hp=92495097cc5515994a344be2a0558073c5293227;hpb=0084eed5bffebd7f3915bc0f9eba7350e8bc0ef7;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),