[MPlayer-cvslog] r32792 - trunk/mplayer.c
cboesch
subversion at mplayerhq.hu
Sun Jan 16 13:18:39 CET 2011
Author: cboesch
Date: Sun Jan 16 13:18:39 2011
New Revision: 32792
Log:
Reindent (and prettify) after 32791.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c Sun Jan 16 13:11:14 2011 (r32791)
+++ trunk/mplayer.c Sun Jan 16 13:18:39 2011 (r32792)
@@ -3531,15 +3531,15 @@ if (select_subtitle(mpctx)) {
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";
More information about the MPlayer-cvslog
mailing list