mirror of https://github.com/mpv-player/mpv
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:
parent
5e1d8aafed
commit
879e05a7c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue