10l fixes sync?

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8658 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2002-12-30 13:52:29 +00:00
parent c0b1f8e2dc
commit 9a7aac86cd
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static void CALLBACK waveOutProc(HWAVEOUT hWaveOut,UINT uMsg,DWORD dwInstance,
if(uMsg != WOM_DONE)
return;
if(full_buffers==0) return; //no more data buffered!
buffered_bytes=0; //buffer is empty
buffered_bytes-=BUFFER_SIZE;
--full_buffers;
}