summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavfilter/graphparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index c0fdb95..103887b 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);
OpenPOWER on IntegriCloud