mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +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:
parent
400a7c409f
commit
93bd1a7d4a
@ -948,6 +948,11 @@ const struct MPOpts mp_default_opts = {
|
|||||||
.hwdec_codecs = "h264,vc1,wmv3,hevc,mpeg2video,vp9",
|
.hwdec_codecs = "h264,vc1,wmv3,hevc,mpeg2video,vp9",
|
||||||
.videotoolbox_format = IMGFMT_NV12,
|
.videotoolbox_format = IMGFMT_NV12,
|
||||||
|
|
||||||
|
.audio_output_channels = {
|
||||||
|
.set = 1,
|
||||||
|
.auto_safe = 1,
|
||||||
|
},
|
||||||
|
|
||||||
.index_mode = 1,
|
.index_mode = 1,
|
||||||
|
|
||||||
.mf_fps = 1.0,
|
.mf_fps = 1.0,
|
||||||
|
Loading…
Reference in New Issue
Block a user