mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avutil/channel_layout: add a 5.1.4 channel layout
Mapping to ITU-R BS.2051-3 "Sound System D" and ITU-R BS.1196-8 "Channel Configuration 16". Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
4b8404815d
commit
8d46cbce4f
4 changed files with 6 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ static const struct channel_layout_name channel_layout_map[] = {
|
|||
{ "5.1.2", AV_CHANNEL_LAYOUT_5POINT1POINT2_BACK },
|
||||
{ "octagonal", AV_CHANNEL_LAYOUT_OCTAGONAL },
|
||||
{ "cube", AV_CHANNEL_LAYOUT_CUBE },
|
||||
{ "5.1.4", AV_CHANNEL_LAYOUT_5POINT1POINT4_BACK },
|
||||
{ "hexadecagonal", AV_CHANNEL_LAYOUT_HEXADECAGONAL },
|
||||
{ "downmix", AV_CHANNEL_LAYOUT_STEREO_DOWNMIX, },
|
||||
{ "22.2", AV_CHANNEL_LAYOUT_22POINT2, },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue