changeset 31629:82958b5ad419

Fix indentation.
author reimar
date Sun, 11 Jul 2010 09:05:22 +0000
parents f15df2e3081b
children 78260a246393
files spudec.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/spudec.c	Sun Jul 11 09:04:29 2010 +0000
+++ b/spudec.c	Sun Jul 11 09:05:22 2010 +0000
@@ -649,9 +649,9 @@
       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;