Nit: Alignment
Commited in SoC by Vitor Sessak on 2008-02-11 17:16:35 Originally committed as revision 12052 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d9b575d384
commit
b3431ecde2
@ -80,7 +80,7 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad,
|
||||
return -1;
|
||||
|
||||
src->outputs[srcpad] =
|
||||
dst->inputs[dstpad] = link = av_mallocz(sizeof(AVFilterLink));
|
||||
dst-> inputs[dstpad] = link = av_mallocz(sizeof(AVFilterLink));
|
||||
|
||||
link->src = src;
|
||||
link->dst = dst;
|
||||
|
Loading…
x
Reference in New Issue
Block a user