# HG changeset patch # User cboesch # Date 1295180319 0 # Node ID d39425c8fe53776644db1499b7848ad0da441348 # Parent fd7560f8d53047dae59c36b2c8818c1a6e076fc4 Reindent (and prettify) after 32791. diff -r fd7560f8d530 -r d39425c8fe53 mplayer.c --- a/mplayer.c Sun Jan 16 12:11:14 2011 +0000 +++ b/mplayer.c Sun Jan 16 12:18:39 2011 +0000 @@ -3531,15 +3531,15 @@ if (mpctx->sh_video) reinit_video_chain(); - if (mpctx->sh_video) { - if(vo_flags & 0x08 && vo_spudec) - spudec_set_hw_spu(vo_spudec,mpctx->video_out); + if (mpctx->sh_video) { + if (vo_flags & 0x08 && vo_spudec) + spudec_set_hw_spu(vo_spudec, mpctx->video_out); #ifdef CONFIG_FREETYPE - force_load_font = 1; + force_load_font = 1; #endif - } else if (!mpctx->sh_audio) - goto goto_next_file; + } else if (!mpctx->sh_audio) + goto goto_next_file; //================== MAIN: ========================== current_module="main";