summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_perspective.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_perspective.c')
-rw-r--r--libavfilter/vf_perspective.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_perspective.c b/libavfilter/vf_perspective.c
index 3910b97..f433226 100644
--- a/libavfilter/vf_perspective.c
+++ b/libavfilter/vf_perspective.c
@@ -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),
OpenPOWER on IntegriCloud