mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove unneded else
Commited in SoC by Vitor Sessak on 2008-02-11 17:18:16 Originally committed as revision 12054 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a5b5d95a70
commit
c48e31aef9
@ -184,7 +184,6 @@ int avfilter_poll_frame(AVFilterLink *link)
|
||||
|
||||
if(link_spad(link).poll_frame)
|
||||
return link_spad(link).poll_frame(link);
|
||||
else
|
||||
for (i=0; i<link->src->input_count; i++) {
|
||||
if(!link->src->inputs[i])
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user