options: fix --gapless-audio default value

It was intended to be set to "weak" (and that was even documented), but
the actual setting was "no".

Closes #890.

CC: @mpv-player/stable
This commit is contained in:
wm4 2014-06-30 18:24:20 +02:00
parent dd9420471f
commit 1c0939cb80
1 changed files with 1 additions and 0 deletions

View File

@ -540,6 +540,7 @@ const struct MPOpts mp_default_opts = {
.mixer_init_volume = -1,
.mixer_init_mute = -1,
.volstep = 3,
.gapless_audio = -1,
.vo = {
.video_driver_list = NULL,
.monitor_pixel_aspect = 1.0,