diff --git a/options/options.c b/options/options.c index 62dc73b636..5333cf406c 100644 --- a/options/options.c +++ b/options/options.c @@ -948,6 +948,11 @@ const struct MPOpts mp_default_opts = { .hwdec_codecs = "h264,vc1,wmv3,hevc,mpeg2video,vp9", .videotoolbox_format = IMGFMT_NV12, + .audio_output_channels = { + .set = 1, + .auto_safe = 1, + }, + .index_mode = 1, .mf_fps = 1.0,