From ae0a40259fa9ce45d34c966da067e20a69156330 Mon Sep 17 00:00:00 2001 From: Dan Oscarsson Date: Mon, 27 Mar 2017 11:34:02 +0200 Subject: player: add --keep-open-pause=no option Instead of pausing if --keep-open is active, stop at end but continue playing if seeking backwards. And then stop again when end is reached. Signed-off-by: wm4 Over the PR, the option was renamed, and the manpage additions were slightly changed/enhanced. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index b576dfc369..82f0c15aec 100644 --- a/options/options.h +++ b/options/options.h @@ -200,6 +200,7 @@ typedef struct MPOpts { char *watch_later_directory; int pause; int keep_open; + int keep_open_pause; double image_display_duration; char *lavfi_complex; int stream_id[2][STREAM_TYPE_COUNT]; -- cgit v1.2.3