Commit b30380a5 authored by vitor's avatar vitor

Cosmetics: alignment

Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13306 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 43eb81d4
...@@ -225,10 +225,10 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad, ...@@ -225,10 +225,10 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad,
return -1; return -1;
} }
inoutn->type = type; inoutn->type = type;
inoutn->filter = filter; inoutn->filter = filter;
inoutn->pad_idx = pad++; inoutn->pad_idx = pad++;
inoutn->next = *inout; inoutn->next = *inout;
*inout = inoutn; *inout = inoutn;
} }
return pad; 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