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:
Vitor Sessak 2008-02-15 21:41:28 +00:00
parent a5b5d95a70
commit c48e31aef9
1 changed files with 0 additions and 1 deletions

View File

@ -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;