Browse Source

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
b3431ecde2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/avfilter.c

+ 1
- 1
libavfilter/avfilter.c View File

@@ -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…
Cancel
Save