Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40 Originally committed as revision 13315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e84f0b6287
commit
a4501887e4
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad,
|
|||
|
||||
parse_link_name(buf, &name);
|
||||
|
||||
if (!name)
|
||||
if(!name)
|
||||
return -1;
|
||||
|
||||
handle_link(name, inout, pad++, type, filter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue