summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-11 09:05:22 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:43 +0200
commitba08c0e690d627ff1d339f6e343b1944b5da723a (patch)
tree63379708c8ea63b5e369f85588e60c25182ffbc9 /spudec.c
parent9e537d1f6e90c4aca4778e47c082367639df28ca (diff)
downloadmpv-ba08c0e690d627ff1d339f6e343b1944b5da723a.tar.bz2
mpv-ba08c0e690d627ff1d339f6e343b1944b5da723a.tar.xz
spudec.c: indentation fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31695 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/spudec.c b/spudec.c
index 6c5213bc92..58018d5345 100644
--- a/spudec.c
+++ b/spudec.c
@@ -649,9 +649,9 @@ void spudec_heartbeat(void *this, unsigned int pts100)
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;