Commit c48e31ae authored by Vitor Sessak's avatar Vitor Sessak

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
parent a5b5d95a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment