mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add channel names to channel_names[] array for channels added in b2890f5
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
This commit is contained in:
parent
0c7b8b758a
commit
147715ca10
@ -48,6 +48,10 @@ static const char * const channel_names[] = {
|
||||
[17] = "TBR", /* top back right */
|
||||
[29] = "DL", /* downmix left */
|
||||
[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)
|
||||
|
Loading…
Reference in New Issue
Block a user