audio: add enum name for speaker id

This commit is contained in:
xylosper 2014-02-28 23:02:53 +09:00 committed by wm4
parent 37ada157eb
commit c6448d7a9b
1 changed files with 1 additions and 1 deletions

View File

@ -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