mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ao_audiotrack: enable pcm-float by default
Since recent commits this should work 100% as well as s16.
This commit is contained in:
@@ -841,6 +841,9 @@ const struct ao_driver audio_out_audiotrack = {
|
||||
.reset = stop,
|
||||
.start = start,
|
||||
.priv_size = sizeof(struct priv),
|
||||
.priv_defaults = &(const OPT_BASE_STRUCT) {
|
||||
.cfg_pcm_float = 1,
|
||||
},
|
||||
.options = (const struct m_option[]) {
|
||||
{"pcm-float", OPT_BOOL(cfg_pcm_float)},
|
||||
{"session-id", OPT_INT(cfg_session_id)},
|
||||
|
||||
Reference in New Issue
Block a user