diff options
author | wm4 <wm4@nowhere> | 2014-01-09 21:23:19 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-01-09 21:23:19 +0100 |
commit | 09bf69afdb9e3d8b1410d82a30f23728d9af2ee7 (patch) | |
tree | fcf14a4c29d424fe9098fcad37cfb60d8ce0c0cd /options | |
parent | 72743ef6fe6da5d053590e0c8647d5f6c55538ca (diff) |
options: don't reset pause mode when switching to next file
This basically reverts the default as set by commit 812798c5. This seems
to be a matter of taste, but personally I think keeping the pause
setting is better.
Diffstat (limited to 'options')
-rw-r--r-- | options/options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c index d52672cde1..ca07c3d3a1 100644 --- a/options/options.c +++ b/options/options.c @@ -651,7 +651,6 @@ const m_option_t mp_opts[] = { const struct MPOpts mp_default_opts = { .msg_color = 1, - .reset_options = (char **)(const char *[]){"pause", NULL}, .audio_driver_list = NULL, .audio_decoders = "-spdif:*", // never select spdif by default .video_decoders = NULL, |