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