From aee0978d50e21d8f114382fdb9c014c029f71a04 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 12 Feb 2015 22:41:45 +0100 Subject: player: add a --loop=force mode Requested. See manpage additions. This also makes the magical loop_times constants slightly saner, but shouldn't change the semantics of any existing --loop option values. --- player/playloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/playloop.c') diff --git a/player/playloop.c b/player/playloop.c index b2c82f036a..defc6ba6f3 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -813,7 +813,7 @@ static void handle_keep_open(struct MPContext *mpctx) struct MPOpts *opts = mpctx->opts; if (opts->keep_open && mpctx->stop_play == AT_END_OF_FILE && (opts->keep_open == 2 || !playlist_get_next(mpctx->playlist, 1)) && - opts->loop_times < 0) + opts->loop_times == 1) { mpctx->stop_play = KEEP_PLAYING; if (mpctx->d_video) { -- cgit v1.2.3