mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
This commit is contained in:
parent
93b7a0f68d
commit
da790674c5
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user