Commit 89475efd authored by Vitor Sessak's avatar Vitor Sessak

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
parent 03cea461
......@@ -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;
......
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