From b3431ecde28c9bf139224ed6f16a38c937c3772b Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 21:41:19 +0000 Subject: [PATCH] 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 --- libavfilter/avfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 75d716538..e7139c7fa 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -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; -- 2.11.0