player: don't sleep after seeks

This commit is contained in:
wm4 2014-07-21 19:31:25 +02:00
parent b6af44d31e
commit a84517c1d8
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ static int mp_seek(MPContext *mpctx, struct seek_params seek,
} }
mpctx->start_timestamp = mp_time_sec(); mpctx->start_timestamp = mp_time_sec();
mpctx->sleeptime = 0;
return 0; return 0;
} }