diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:39:14 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:39:14 +0000 |
commit | da790674c5ad465cf594023bacb5acd0cef94f80 (patch) | |
tree | 9b2f03eb3c6a611e85bfbad565c68dfc7da5264e /libavfilter/graphparser.c | |
parent | 93b7a0f68d772871c93ffb23a7d2524485b96a52 (diff) | |
download | ffmpeg-da790674c5ad465cf594023bacb5acd0cef94f80.tar.gz |
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
Diffstat (limited to 'libavfilter/graphparser.c')
-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 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++; |