mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 12:22:09 +00:00
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
@ -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…
Reference in New Issue
Block a user