From e12fae8ef5778c960bba835b5603bd5d1bc08025 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 24 Sep 2014 01:31:45 +0200 Subject: player: --loop-file takes precedence before --keep-open --- player/playloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player') diff --git a/player/playloop.c b/player/playloop.c index b9e35b41eb..e251b32f31 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -938,12 +938,12 @@ void run_playloop(struct MPContext *mpctx) mp_handle_nav(mpctx); + handle_loop_file(mpctx); + handle_keep_open(mpctx); handle_sstep(mpctx); - handle_loop_file(mpctx); - if (mpctx->stop_play) return; -- cgit v1.2.3