You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user