Commit 53343c63 authored by vitor's avatar vitor

Remove useless assignment

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13326 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2ac8c70
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment