Commit da790674 authored by Vitor Sessak's avatar Vitor Sessak

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
parent 93b7a0f6
......@@ -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++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment