Commit 56c13e97 authored by vitor's avatar vitor

Nit: Alignment

Commited in SoC by Vitor Sessak on 2008-02-11 17:16:35


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12052 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ae0c497c
...@@ -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;
......
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