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
1 changed files with 2 additions and 1 deletions

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,