diff --git a/libao2/ao_null.c b/libao2/ao_null.c index 7be9cbc49e..b5a5411a63 100644 --- a/libao2/ao_null.c +++ b/libao2/ao_null.c @@ -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