Skip to content
Snippets Groups Projects
Commit b3431ecd authored by Vitor Sessak's avatar Vitor Sessak
Browse files

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
parent d9b575d3
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad, ...@@ -80,7 +80,7 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad,
return -1; return -1;
src->outputs[srcpad] = src->outputs[srcpad] =
dst->inputs[dstpad] = link = av_mallocz(sizeof(AVFilterLink)); dst-> inputs[dstpad] = link = av_mallocz(sizeof(AVFilterLink));
link->src = src; link->src = src;
link->dst = dst; link->dst = dst;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment