summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'defaultopts.c')
-rw-r--r--defaultopts.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/defaultopts.c b/defaultopts.c
index af470492f1..c844cd66d8 100644
--- a/defaultopts.c
+++ b/defaultopts.c
@@ -3,6 +3,7 @@
#include "config.h"
#include "defaultopts.h"
#include "options.h"
+#include "mixer.h"
void set_default_mplayer_options(struct MPOpts *opts)
{
@@ -10,10 +11,10 @@ void set_default_mplayer_options(struct MPOpts *opts)
.audio_driver_list = NULL,
.video_driver_list = NULL,
.fixed_vo = 1,
- .softvol = 1,
+ .softvol = SOFTVOL_AUTO,
.softvol_max = 200,
.ao_buffersize = -1,
- .vo_wintitle = "mplayer - ${filename}",
+ .vo_wintitle = "mpv - ${filename}",
.monitor_pixel_aspect = 1.0,
.vo_panscanrange = 1.0,
.cursor_autohide_delay = 1000,