mirror of https://github.com/mpv-player/mpv
ao_sndio: fix comment
So whoever (nobody?) would want to deal with this broken and obscure AO for an obscure audio API could add support for some more channel layouts.
This commit is contained in:
parent
b0176c1d24
commit
e4e7fade96
|
@ -99,8 +99,7 @@ static const struct mp_chmap sndio_layouts[MP_NUM_CHANNELS + 1] = {
|
|||
MP_CHMAP8(FL, FR, BL, BR, FC, LFE, SL, SR), // 7.1
|
||||
/* above is the fixed channel assignment for sndio, since we need to fill
|
||||
all channels and cannot insert silence, not all layouts are supported.
|
||||
NOTE: MP_SPEAKER_ID_NA could be used to add padding channels. Keep
|
||||
in mind that they don't actually contain silence. */
|
||||
NOTE: MP_SPEAKER_ID_NA could be used to add padding channels. */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue