player: don't block playback stop when seeking

This was added for A-B loops, but it looks like commit a1dec6f5 made
this code unnecessary. Remove it, because it has the annoying
side-effect of blocking playback stop when seeking past the end.
This commit is contained in:
wm4 2017-02-21 15:26:47 +01:00
parent 13d2eb8eb9
commit aeddc499d8
1 changed files with 0 additions and 3 deletions

View File

@ -1109,9 +1109,6 @@ void run_playloop(struct MPContext *mpctx)
handle_sstep(mpctx);
if (mpctx->stop_play == AT_END_OF_FILE && mpctx->seek.type)
mpctx->stop_play = KEEP_PLAYING;
if (mpctx->stop_play)
return;