You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
committed by
Justin Ruggles
parent
0c7b8b758a
commit
147715ca10
@@ -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)
|
||||||
|
Reference in New Issue
Block a user