ao_audiotrack: enable pcm-float by default

Since recent commits this should work 100% as well as s16.
This commit is contained in:
sfan5
2023-08-06 18:47:12 +02:00
parent 862011942f
commit bc52159cb9
2 changed files with 4 additions and 0 deletions

View File

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