summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/chmap.h')
-rw-r--r--audio/chmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/chmap.h b/audio/chmap.h
index 22cf6fb73b..c7851a8657 100644
--- a/audio/chmap.h
+++ b/audio/chmap.h
@@ -61,7 +61,8 @@ enum mp_speaker_id {
MP_SPEAKER_ID_UNKNOWN0 = 64,
MP_SPEAKER_ID_UNKNOWN_LAST = MP_SPEAKER_ID_UNKNOWN0 + MP_NUM_CHANNELS - 1,
- // Including the unassigned IDs in between. This is not a valid ID anymore.
+ // Including the unassigned IDs in between. This is not a valid ID anymore,
+ // but is still within uint8_t.
MP_SPEAKER_ID_COUNT,
};