mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
vf_mp: fix duplicate return
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
+1
-1
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user