From da790674c5ad465cf594023bacb5acd0cef94f80 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 24 May 2008 20:39:14 +0000 Subject: [PATCH] Cosmetics Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29 Originally committed as revision 13294 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/graphparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index e784f8d3e2..433b759bb4 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -274,8 +274,8 @@ int avfilter_graph_parse_chain(AVFilterGraph *graph, const char *filters, AVFilt if(chr == ',') { if (link_filter(last_filt, oldpad, filter, 0) < 0) goto fail; - } + pad = parse_inouts(&filters, &inout, 0, LinkTypeOut, filter); chr = *filters++; index++;