0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
wm4 2017-04-05 11:07:08 +02:00
parent 400a7c409f
commit 93bd1a7d4a

View File

@ -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,