summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-02-02 20:01:53 +0100
committerDudemanguy <random342@airmail.cc>2023-09-29 02:35:10 +0000
commit0728e4778f711c12a0c94add133befdbba1e4c86 (patch)
tree9d34607b46f1989976201d3dbc0a353239ad3f1f /audio/chmap.h
parentdb59a1c1a76f9a4c5390b47d715aabd7dfd2e83e (diff)
downloadmpv-0728e4778f711c12a0c94add133befdbba1e4c86.tar.bz2
mpv-0728e4778f711c12a0c94add133befdbba1e4c86.tar.xz
chmap: add more channel layouts up to 22.2
Diffstat (limited to 'audio/chmap.h')
-rw-r--r--audio/chmap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/chmap.h b/audio/chmap.h
index 35f569d9cc..f2b53cac6d 100644
--- a/audio/chmap.h
+++ b/audio/chmap.h
@@ -55,6 +55,11 @@ enum mp_speaker_id {
MP_SPEAKER_ID_SDL, // SURROUND_DIRECT_LEFT
MP_SPEAKER_ID_SDR, // SURROUND_DIRECT_RIGHT
MP_SPEAKER_ID_LFE2, // LOW_FREQUENCY_2
+ MP_SPEAKER_ID_TSL, // TOP_SIDE_LEFT
+ MP_SPEAKER_ID_TSR, // TOP_SIDE_RIGHT,
+ MP_SPEAKER_ID_BFC, // BOTTOM_FRONT_CENTER
+ MP_SPEAKER_ID_BFL, // BOTTOM_FRONT_LEFT
+ MP_SPEAKER_ID_BFR, // BOTTOM_FRONT_RIGHT
// Speaker IDs >= 64 are not representable in WAVEFORMATEXTENSIBLE or libav*.