[SCM] libav/experimental: Remove useless assignment Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:21:27 UTC 2013
The following commit has been merged in the experimental branch:
commit 4d08be028dd8d70d5e4dc6563a3a4a78ead226e4
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Sat May 24 20:40:55 2008 +0000
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
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 9518f8e..ec73838 100644
--- 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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list