1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

mixer: make softvol default, and raise softvol-max to 200

mplayer is not a mixer control panel.
This commit is contained in:
wm4 2012-07-29 22:22:28 +02:00
parent cc0c0ef9b7
commit caeff2b1be

View File

@ -10,7 +10,8 @@ void set_default_mplayer_options(struct MPOpts *opts)
.audio_driver_list = NULL,
.video_driver_list = NULL,
.fixed_vo = 1,
.softvol_max = 110,
.softvol = 1,
.softvol_max = 200,
.ao_buffersize = -1,
.monitor_pixel_aspect = 1.0,
.vo_panscanrange = 1.0,