mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 12:56:44 +08: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:
@ -146,8 +146,8 @@ int avfilter_config_links(AVFilterContext *filter)
|
|||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
if((config_link = link_dpad(link).config_props))
|
if((config_link = link_dpad(link).config_props))
|
||||||
if(config_link(link))
|
if(config_link(link))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
link->init_state = AVLINK_INIT;
|
link->init_state = AVLINK_INIT;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user