From 812798c5ace0d0ffbdeea8fc603f31bf3fe70b79 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Jun 2013 17:07:04 +0200 Subject: core: reset pause state by default when going to next file Apparently this behavior is more intuitive/better to users. --- core/defaultopts.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/defaultopts.c b/core/defaultopts.c index a03370bed6..30452a139a 100644 --- a/core/defaultopts.c +++ b/core/defaultopts.c @@ -8,7 +8,9 @@ void set_default_mplayer_options(struct MPOpts *opts) { + static const char *reset_options[] = {"pause", NULL}; *opts = (const struct MPOpts){ + .reset_options = (char **)reset_options, .audio_driver_list = NULL, .audio_decoders = "-spdif:*", // never select spdif by default .video_decoders = NULL, -- cgit v1.2.3