From 930b0d1cf6f2ffa6bf3df516e120a395e1c60342 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Jan 2016 17:12:08 +0100 Subject: audio: change --audio-channels default back to stereo Too many problems. Well, actually it's just Linux audio systems which cause problems, and exclusive audio access on other platforms. In any case, it seems you have to do some manual configuration if you want multichannel audio output. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 791f5beeb5..7d376d8f22 100644 --- a/options/options.c +++ b/options/options.c @@ -787,7 +787,7 @@ const struct MPOpts mp_default_opts = { .sub_visibility = 1, .sub_pos = 100, .sub_speed = 1.0, - .audio_output_channels = {0}, // auto + .audio_output_channels = MP_CHMAP_INIT_STEREO, .audio_output_format = 0, // AF_FORMAT_UNKNOWN .playback_speed = 1., .pitch_correction = 1, -- cgit v1.2.3