Commit 13cafca9 authored by vitor's avatar vitor

Cosmetics

Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13333 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 00d3fdd0
......@@ -180,7 +180,6 @@ static AVFilterInOut *extract_inout(const char *label, AVFilterInOut **links)
{
AVFilterInOut *ret;
while(*links && strcmp((*links)->name, label))
links = &((*links)->next);
......
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