Commit 37db2cb0 authored by vitor's avatar vitor

Cosmetics

Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13294 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0ce34052
...@@ -274,8 +274,8 @@ int avfilter_graph_parse_chain(AVFilterGraph *graph, const char *filters, AVFilt ...@@ -274,8 +274,8 @@ int avfilter_graph_parse_chain(AVFilterGraph *graph, const char *filters, AVFilt
if(chr == ',') { if(chr == ',') {
if (link_filter(last_filt, oldpad, filter, 0) < 0) if (link_filter(last_filt, oldpad, filter, 0) < 0)
goto fail; goto fail;
} }
pad = parse_inouts(&filters, &inout, 0, LinkTypeOut, filter); pad = parse_inouts(&filters, &inout, 0, LinkTypeOut, filter);
chr = *filters++; chr = *filters++;
index++; 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