summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/chmap.h')
-rw-r--r--audio/chmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/chmap.h b/audio/chmap.h
index 306382db5a..37815a25b6 100644
--- a/audio/chmap.h
+++ b/audio/chmap.h
@@ -27,7 +27,7 @@
// Speaker a channel can be assigned to.
// This corresponds to WAVEFORMATEXTENSIBLE channel mask bit indexes.
// E.g. channel_mask = (1 << MP_SPEAKER_ID_FL) | ...
-enum {
+enum mp_speaker_id {
// Official WAVEFORMATEXTENSIBLE (shortened names)
MP_SPEAKER_ID_FL = 0, // FRONT_LEFT
MP_SPEAKER_ID_FR, // FRONT_RIGHT