diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:40:17 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:40:17 +0000 |
commit | a4501887e4cea137e7ccf925b87bb0aa2ea63c1f (patch) | |
tree | 9ba48a6c9ff8b4df82b965804bd12aa286d0a036 /libavfilter | |
parent | e84f0b628768942d8f2e8e1013edbe75965746f1 (diff) | |
download | ffmpeg-a4501887e4cea137e7ccf925b87bb0aa2ea63c1f.tar.gz |
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
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/graphparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index c0fdb95b56..103887b11b 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -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); |