mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Cosmetical: indentation
Commited in SoC by Vitor Sessak on 2008-02-11 17:17:15 Originally committed as revision 12053 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b3431ecde2
commit
a5b5d95a70
@ -146,8 +146,8 @@ int avfilter_config_links(AVFilterContext *filter)
|
||||
return -1;
|
||||
|
||||
if((config_link = link_dpad(link).config_props))
|
||||
if(config_link(link))
|
||||
return -1;
|
||||
if(config_link(link))
|
||||
return -1;
|
||||
|
||||
link->init_state = AVLINK_INIT;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user