mirror of https://github.com/mpv-player/mpv
spudec.c: indentation fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31695 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e537d1f6e
commit
ba08c0e690
6
spudec.c
6
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;
|
||||
|
|
Loading…
Reference in New Issue