From 93bd1a7d4aa4e801e1d8b19b5937ff59fec12503 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Apr 2017 11:07:08 +0200 Subject: options: assing proper default value for --audio-channels This will make --list-options (and some other code paths) actually return the proper default. Shouldn't change behavior. --- options/options.c | 5 +++++ 1 file changed, 5 insertions(+) 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, -- cgit v1.2.3