mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
ao_coreaudio: fix switched parameters
This commit is contained in:
parent
989b482bd6
commit
bb569b56de
@ -501,7 +501,7 @@ int device_id, display_help = 0;
|
||||
|
||||
struct mp_chmap_sel chmap_sel = {0};
|
||||
mp_chmap_sel_add_waveext(&chmap_sel);
|
||||
if (!ao_chmap_sel_adjust(&ao_data, &ao_data.channels, &chmap_sel))
|
||||
if (!ao_chmap_sel_adjust(&ao_data, &chmap_sel, &ao_data.channels))
|
||||
goto err_out;
|
||||
|
||||
// Build Description for the input format
|
||||
|
Loading…
Reference in New Issue
Block a user