Commit 0b7d12e8 authored by Michael Niedermayer's avatar Michael Niedermayer

vf_mp: fix duplicate return

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 52be5428
......@@ -672,8 +672,8 @@ int vf_next_config(struct vf_instance *vf,
vf->next=vf2;
}
vf->next->w = width; vf->next->h = height;
#endif
return 1;
#endif
}
int vf_next_control(struct vf_instance *vf, int request, void* data){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment