From 67ba10fe56981f3d892258f9ae8d6db3e8799aab Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 24 May 2008 20:41:13 +0000 Subject: 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 --- libavfilter/graphparser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/graphparser.c') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 6865ccd89e..7b8c814b04 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -180,7 +180,6 @@ static AVFilterInOut *extract_inout(const char *label, AVFilterInOut **links) { AVFilterInOut *ret; - while(*links && strcmp((*links)->name, label)) links = &((*links)->next); -- cgit v1.2.3