From 36bc4ecd1dff1887a15095dd0ba1d73e384ff457 Mon Sep 17 00:00:00 2001 From: jbr Date: Sun, 12 Apr 2009 03:26:20 +0000 Subject: [PATCH] Add names for 5.0 and 5.1 back speaker channel layouts. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18459 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/audioconvert.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- 2.11.4.GIT