Browse Source

Remove useless assignment

Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23

Originally committed as revision 13326 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
4d08be028d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/graphparser.c

+ 0
- 1
libavfilter/graphparser.c View File

@@ -216,7 +216,6 @@ static int link_filter_inouts(AVFilterContext *filter,
*currInputs = (*currInputs)->next;
av_free(p);
} else {
p = *currInputs;
*currInputs = (*currInputs)->next;
p->filter = filter;
p->pad_idx = pad;


Loading…
Cancel
Save