summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/audioconvert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/audioconvert.c b/libavutil/audioconvert.c
index c4cab22fce..dd4c330907 100644
--- a/libavutil/audioconvert.c
+++ b/libavutil/audioconvert.c
@@ -64,6 +64,7 @@ static const struct {
} channel_layout_map[] = {
{ "mono", 1, AV_CH_LAYOUT_MONO },
{ "stereo", 2, AV_CH_LAYOUT_STEREO },
+ { "2.1", 3, AV_CH_LAYOUT_2POINT1 },
{ "4.0", 4, AV_CH_LAYOUT_4POINT0 },
{ "quad", 4, AV_CH_LAYOUT_QUAD },
{ "5.0", 5, AV_CH_LAYOUT_5POINT0_BACK },