mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
Reindent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29554 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d66f6b4538
commit
b3237275e3
@ -108,7 +108,7 @@ static int init(sh_audio_t *sh_audio)
|
||||
|
||||
// Decode at least 1 byte: (to get header filled)
|
||||
do {
|
||||
x=decode_audio(sh_audio,sh_audio->a_buffer,1,sh_audio->a_buffer_size);
|
||||
x=decode_audio(sh_audio,sh_audio->a_buffer,1,sh_audio->a_buffer_size);
|
||||
} while (x <= 0 && tries++ < 5);
|
||||
if(x>0) sh_audio->a_buffer_len=x;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user