summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-20 05:29:04 +0200
committerwm4 <wm4@nowhere>2017-04-20 05:29:04 +0200
commitf41e50530fb8144793a89d5edbccb1a415415e16 (patch)
tree01ad8d8e8da4109a7b9d7553791bfd2b004ed6f0 /options/options.c
parent150c988e8811261ea48a31d26fc0d22f98dcad3b (diff)
downloadmpv-f41e50530fb8144793a89d5edbccb1a415415e16.tar.bz2
mpv-f41e50530fb8144793a89d5edbccb1a415415e16.tar.xz
options: change --audio-file-auto default to not to load any files
There have been user complaints, and I'm annoyed by this behavior myself.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index fd02fc26df..229f328af1 100644
--- a/options/options.c
+++ b/options/options.c
@@ -933,7 +933,7 @@ const struct MPOpts mp_default_opts = {
.movie_aspect = -1.,
.field_dominance = -1,
.sub_auto = 0,
- .audiofile_auto = 0,
+ .audiofile_auto = -1,
.osd_bar_visible = 1,
#if HAVE_LIBASS
.ass_enabled = 1,