This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
vf_mp: fix duplicate return
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
13 years ago
parent
52be5428c0
commit
0b7d12e840
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_mp.c
+ 1
- 1
libavfilter/vf_mp.c
View File
@@ -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){
Write
Preview
Loading…
Cancel
Save