mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ao_coreaudio: fix typo
This commit is contained in:
@@ -183,7 +183,7 @@ static bool init_chmap(struct ao *ao)
|
||||
err = CA_GET_ARY_O(p->device,
|
||||
kAudioDevicePropertyPreferredChannelLayout,
|
||||
&layouts, &n_layouts);
|
||||
CHECK_CA_ERROR("could not get audio device prefered layouts");
|
||||
CHECK_CA_ERROR("could not get audio device preferred layouts");
|
||||
|
||||
struct mp_chmap_sel chmap_sel = {.tmp = p};
|
||||
for (int i = 0; i < n_layouts; i++) {
|
||||
|
||||
Reference in New Issue
Block a user