mirror of https://github.com/mpv-player/mpv
mixer: make softvol default, and raise softvol-max to 200
mplayer is not a mixer control panel.
This commit is contained in:
parent
cc0c0ef9b7
commit
caeff2b1be
|
@ -10,7 +10,8 @@ void set_default_mplayer_options(struct MPOpts *opts)
|
||||||
.audio_driver_list = NULL,
|
.audio_driver_list = NULL,
|
||||||
.video_driver_list = NULL,
|
.video_driver_list = NULL,
|
||||||
.fixed_vo = 1,
|
.fixed_vo = 1,
|
||||||
.softvol_max = 110,
|
.softvol = 1,
|
||||||
|
.softvol_max = 200,
|
||||||
.ao_buffersize = -1,
|
.ao_buffersize = -1,
|
||||||
.monitor_pixel_aspect = 1.0,
|
.monitor_pixel_aspect = 1.0,
|
||||||
.vo_panscanrange = 1.0,
|
.vo_panscanrange = 1.0,
|
||||||
|
|
Loading…
Reference in New Issue