mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user