summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-04-12 03:26:20 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-04-12 03:26:20 +0000
commitf79e331f344ed40340a9ce28d9d616a92c2bf1b9 (patch)
tree74c6959d3e736908f7abee297721833c87e5e507 /libavcodec
parentebcf352a25a8d8cd8661629af0698f1d1f0e6f6f (diff)
Add names for 5.0 and 5.1 back speaker channel layouts.
Originally committed as revision 18459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/audioconvert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c
index 2f2ad8c8db..94c06f83df 100644
--- a/libavcodec/audioconvert.c
+++ b/libavcodec/audioconvert.c
@@ -110,7 +110,9 @@ static const struct {
{ "surround", 3, CH_LAYOUT_SURROUND },
{ "quad", 4, CH_LAYOUT_QUAD },
{ "5.0", 5, CH_LAYOUT_5POINT0 },
+ { "5.0", 5, CH_LAYOUT_5POINT0_BACK },
{ "5.1", 6, CH_LAYOUT_5POINT1 },
+ { "5.1", 6, CH_LAYOUT_5POINT1_BACK },
{ "5.1+downmix", 8, CH_LAYOUT_5POINT1|CH_LAYOUT_STEREO_DOWNMIX, },
{ "7.1", 8, CH_LAYOUT_7POINT1 },
{ "7.1(wide)", 8, CH_LAYOUT_7POINT1_WIDE },