mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
@ -180,7 +180,6 @@ static AVFilterInOut *extract_inout(const char *label, AVFilterInOut **links)
|
|||||||
{
|
{
|
||||||
AVFilterInOut *ret;
|
AVFilterInOut *ret;
|
||||||
|
|
||||||
|
|
||||||
while(*links && strcmp((*links)->name, label))
|
while(*links && strcmp((*links)->name, label))
|
||||||
links = &((*links)->next);
|
links = &((*links)->next);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user