changeset 32705:d39425c8fe53

Reindent (and prettify) after 32791.
author cboesch
date Sun, 16 Jan 2011 12:18:39 +0000
parents fd7560f8d530
children 7a79424a81ac
files mplayer.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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";