summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-26 23:03:37 +0200
committerwm4 <wm4@nowhere>2015-06-26 23:03:37 +0200
commite4e7fade960962511f17072928c273178f50ed7b (patch)
treee9189c9c30bd25322616891156b373913430d4af /audio
parentb0176c1d24818e60443ab2f79bad30b9789e42f5 (diff)
downloadmpv-e4e7fade960962511f17072928c273178f50ed7b.tar.bz2
mpv-e4e7fade960962511f17072928c273178f50ed7b.tar.xz
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.
Diffstat (limited to 'audio')
-rw-r--r--audio/out/ao_sndio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/out/ao_sndio.c b/audio/out/ao_sndio.c
index f192ef98b5..e9df269f90 100644
--- a/audio/out/ao_sndio.c
+++ b/audio/out/ao_sndio.c
@@ -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. */
};
/*