1
0
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:
wm4 2013-05-12 22:00:32 +02:00
parent 989b482bd6
commit bb569b56de

View File

@ -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