projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52be542
)
vf_mp: fix duplicate return
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 31 Aug 2012 13:26:33 +0000
(15:26 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 31 Aug 2012 13:45:23 +0000
(15:45 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_mp.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_mp.c
b/libavfilter/vf_mp.c
index
c5a5b1a
..
c27edb2
100644
(file)
--- a/
libavfilter/vf_mp.c
+++ b/
libavfilter/vf_mp.c
@@
-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){