mirror of https://github.com/mpv-player/mpv
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:
parent
dd9420471f
commit
1c0939cb80
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue