git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd9d07
)
Remove useless assignment
author
Vitor Sessak
<vitor1001@gmail.com>
Sat, 24 May 2008 20:40:55 +0000
(20:40 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Sat, 24 May 2008 20:40:55 +0000
(20:40 +0000)
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
libavfilter/graphparser.c
patch
|
blob
|
history
diff --git
a/libavfilter/graphparser.c
b/libavfilter/graphparser.c
index
9518f8e
..
ec73838
100644
(file)
--- a/
libavfilter/graphparser.c
+++ b/
libavfilter/graphparser.c
@@
-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;