forked from FFmpeg/FFmpeg
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50 Originally committed as revision 13333 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f6557d5e33
commit
67ba10fe56
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ static AVFilterInOut *extract_inout(const char *label, AVFilterInOut **links)
|
|||
{
|
||||
AVFilterInOut *ret;
|
||||
|
||||
|
||||
while(*links && strcmp((*links)->name, label))
|
||||
links = &((*links)->next);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue