summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'defaultopts.c')
-rw-r--r--defaultopts.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/defaultopts.c b/defaultopts.c
index fd53979d80..53c02301ac 100644
--- a/defaultopts.c
+++ b/defaultopts.c
@@ -9,7 +9,7 @@ void set_default_mplayer_options(struct MPOpts *opts)
*opts = (const struct MPOpts){
.audio_driver_list = NULL,
.video_driver_list = NULL,
- .fixed_vo = 0,
+ .fixed_vo = 1,
.monitor_pixel_aspect = 1.0,
.vo_panscanrange = 1.0,
.vo_gamma_gamma = 1000,
@@ -17,7 +17,10 @@ void set_default_mplayer_options(struct MPOpts *opts)
.vo_gamma_contrast = 1000,
.vo_gamma_saturation = 1000,
.vo_gamma_hue = 1000,
+ .osd_level = 1,
+ .osd_duration = 1000,
.loop_times = -1,
+ .ordered_chapters = 1,
.user_correct_pts = -1,
.key_fifo_size = 7,
.doubleclick_time = 300,