summaryrefslogtreecommitdiff
path: root/libavutil/channel_layout.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-08-24 10:40:24 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-08-24 10:40:24 +0200
commitfd2977d85f42140c0159fdcb343fafd9f6e9098c (patch)
treec5ef931e2b6de056b552b5abce801e9da4417f47 /libavutil/channel_layout.c
parentd2d6ca6f98ccb4a7c51fc4f45882e2461df6e1fc (diff)
parente23f84d9652474353d8bbc42787a56ec1991908f (diff)
Merge commit 'e23f84d9652474353d8bbc42787a56ec1991908f'
* commit 'e23f84d9652474353d8bbc42787a56ec1991908f': channel_layout: Add a 16channel default layout Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavutil/channel_layout.c')
-rw-r--r--libavutil/channel_layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/channel_layout.c b/libavutil/channel_layout.c
index cd5cf426d4..f72b2cf00c 100644
--- a/libavutil/channel_layout.c
+++ b/libavutil/channel_layout.c
@@ -102,6 +102,7 @@ static const struct {
{ "7.1(wide)", 8, AV_CH_LAYOUT_7POINT1_WIDE_BACK },
{ "7.1(wide-side)", 8, AV_CH_LAYOUT_7POINT1_WIDE },
{ "octagonal", 8, AV_CH_LAYOUT_OCTAGONAL },
+ { "hexadecagonal", 16, AV_CH_LAYOUT_HEXADECAGONAL },
{ "downmix", 2, AV_CH_LAYOUT_STEREO_DOWNMIX, },
};