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
pull/126/head
Vitor Sessak 17 years ago
parent b3431ecde2
commit a5b5d95a70
  1. 4
      libavfilter/avfilter.c

@ -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…
Cancel
Save