]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_perspective.c
Merge commit '9510d7689e236f6a4748795604fba427c130d0ad'
[ffmpeg] / libavfilter / vf_perspective.c
index 3910b976957cb1c85464de3dbb0d3151024d01a3..f43322634577291fc09d0bc81b4b085cad352576 100644 (file)
@@ -389,7 +389,7 @@ static const AVFilterPad perspective_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_perspective = {
+AVFilter ff_vf_perspective = {
     .name          = "perspective",
     .description   = NULL_IF_CONFIG_SMALL("Correct the perspective of video."),
     .priv_size     = sizeof(PerspectiveContext),