mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01: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:
@@ -265,7 +265,7 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad,
|
|||||||
|
|
||||||
parse_link_name(buf, &name);
|
parse_link_name(buf, &name);
|
||||||
|
|
||||||
if (!name)
|
if(!name)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
handle_link(name, inout, pad++, type, filter);
|
handle_link(name, inout, pad++, type, filter);
|
||||||
|
|||||||
Reference in New Issue
Block a user