Browse Source

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
67ba10fe56
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/graphparser.c

+ 0
- 1
libavfilter/graphparser.c View File

@@ -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…
Cancel
Save