spudec.c: indentation fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31695 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-07-11 09:05:22 +00:00 committed by Uoti Urpala
parent 9e537d1f6e
commit ba08c0e690
1 changed files with 3 additions and 3 deletions

View File

@ -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;