summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_framestep.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_framestep.c')
-rw-r--r--libmpcodecs/vf_framestep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vf_framestep.c b/libmpcodecs/vf_framestep.c
index 0c809486a9..8cb8e97d7b 100644
--- a/libmpcodecs/vf_framestep.c
+++ b/libmpcodecs/vf_framestep.c
@@ -153,7 +153,7 @@ static void uninit(struct vf_instance_s* vf)
}
/* Main entry funct for the filter */
-static int open(vf_instance_t *vf, char* args)
+static int vf_open(vf_instance_t *vf, char *args)
{
struct vf_priv_s *p;
@@ -200,6 +200,6 @@ const vf_info_t vf_info_framestep = {
"framestep",
"Daniele Forghieri",
"",
- open,
+ vf_open,
NULL
};