summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_down3dright.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_down3dright.c')
-rw-r--r--libmpcodecs/vf_down3dright.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vf_down3dright.c b/libmpcodecs/vf_down3dright.c
index 2cfceda7f3..3246ccb9f8 100644
--- a/libmpcodecs/vf_down3dright.c
+++ b/libmpcodecs/vf_down3dright.c
@@ -140,7 +140,7 @@ static void uninit(struct vf_instance* vf)
free(vf->priv);
}
-static int open(vf_instance_t *vf, char* args)
+static int vf_open(vf_instance_t *vf, char *args)
{
vf->config=config;
vf->query_format=query_format;
@@ -161,6 +161,6 @@ const vf_info_t vf_info_down3dright = {
"down3dright",
"Zdenek Kabelac",
"",
- open,
+ vf_open,
NULL
};