1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

timer didn't update if mplayer is too fast (no video)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5947 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2002-05-03 18:42:43 +00:00
parent 5e1d8aafed
commit 879e05a7c1

View File

@ -37,7 +37,7 @@ static int drain(){
buffer-=temp;
if (buffer<0) buffer=0;
last_tv = now_tv;
if(temp>0) last_tv = now_tv;//mplayer is fast
}
// to set/get/query special features/parameters