mirror of https://git.ffmpeg.org/ffmpeg.git
Indent after last commit
Commited in SoC by Vitor Sessak on 2008-02-11 17:29:12 Originally committed as revision 12055 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c48e31aef9
commit
c245ddf23f
|
@ -184,6 +184,7 @@ int avfilter_poll_frame(AVFilterLink *link)
|
|||
|
||||
if(link_spad(link).poll_frame)
|
||||
return link_spad(link).poll_frame(link);
|
||||
|
||||
for (i=0; i<link->src->input_count; i++) {
|
||||
if(!link->src->inputs[i])
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue