mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
ao_coreaudio_exclusive: add missing newline to log message
This commit is contained in:
parent
a3361ad0ce
commit
64791a0832
@ -367,7 +367,7 @@ static void uninit(struct ao *ao)
|
||||
CHECK_CA_WARN("failed to remove device render callback");
|
||||
|
||||
if (!ca_change_physical_format_sync(ao, p->stream, p->original_asbd))
|
||||
MP_WARN(ao, "can't revert to original device format");
|
||||
MP_WARN(ao, "can't revert to original device format\n");
|
||||
|
||||
err = ca_enable_mixing(ao, p->device, p->changed_mixing);
|
||||
CHECK_CA_WARN("can't re-enable mixing");
|
||||
|
Loading…
Reference in New Issue
Block a user