[FFmpeg-cvslog] r12052 - trunk/libavfilter/avfilter.c
vitor
subversion
Fri Feb 15 22:41:19 CET 2008
Author: vitor
Date: Fri Feb 15 22:41:19 2008
New Revision: 12052
Log:
Nit: Alignment
Commited in SoC by Vitor Sessak on 2008-02-11 17:16:35
Modified:
trunk/libavfilter/avfilter.c
Modified: trunk/libavfilter/avfilter.c
==============================================================================
--- trunk/libavfilter/avfilter.c (original)
+++ trunk/libavfilter/avfilter.c Fri Feb 15 22:41:19 2008
@@ -80,7 +80,7 @@ int avfilter_link(AVFilterContext *src,
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;
More information about the ffmpeg-cvslog
mailing list