Commit 147715ca authored by Tim Walker's avatar Tim Walker Committed by Justin Ruggles

Add channel names to channel_names[] array for channels added in b2890f5e

Signed-off-by: 's avatarJustin Ruggles <justin.ruggles@gmail.com>
parent 0c7b8b75
...@@ -48,6 +48,10 @@ static const char * const channel_names[] = { ...@@ -48,6 +48,10 @@ static const char * const channel_names[] = {
[17] = "TBR", /* top back right */ [17] = "TBR", /* top back right */
[29] = "DL", /* downmix left */ [29] = "DL", /* downmix left */
[30] = "DR", /* downmix right */ [30] = "DR", /* downmix right */
[31] = "WL", /* wide left */
[32] = "WR", /* wide right */
[33] = "SDL", /* surround direct left */
[34] = "SDR", /* surround direct right */
}; };
static const char *get_channel_name(int channel_id) static const char *get_channel_name(int channel_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment