mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Cosmetics: alignment
Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06 Originally committed as revision 13306 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
03cea46194
commit
89475efd26
@ -225,10 +225,10 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad,
|
||||
return -1;
|
||||
}
|
||||
|
||||
inoutn->type = type;
|
||||
inoutn->filter = filter;
|
||||
inoutn->type = type;
|
||||
inoutn->filter = filter;
|
||||
inoutn->pad_idx = pad++;
|
||||
inoutn->next = *inout;
|
||||
inoutn->next = *inout;
|
||||
*inout = inoutn;
|
||||
}
|
||||
return pad;
|
||||
|
Loading…
Reference in New Issue
Block a user