[MPlayer-cvslog] r31695 - trunk/spudec.c

reimar subversion at mplayerhq.hu
Sun Jul 11 11:05:22 CEST 2010


Author: reimar
Date: Sun Jul 11 11:05:22 2010
New Revision: 31695

Log:
Fix indentation.

Modified:
   trunk/spudec.c

Modified: trunk/spudec.c
==============================================================================
--- trunk/spudec.c	Sun Jul 11 11:04:29 2010	(r31694)
+++ trunk/spudec.c	Sun Jul 11 11:05:22 2010	(r31695)
@@ -649,9 +649,9 @@ void spudec_heartbeat(void *this, unsign
       spu->orig_frame_width = 1920;
       spu->orig_frame_height = 1080;
     } else {
-    if (spu->auto_palette)
-      compute_palette(spu, packet);
-    spudec_process_data(spu, packet);
+      if (spu->auto_palette)
+        compute_palette(spu, packet);
+      spudec_process_data(spu, packet);
     }
     spudec_free_packet(packet);
     spu->spu_changed = 1;


More information about the MPlayer-cvslog mailing list