Browse code

Add names for 5.0 and 5.1 back speaker channel layouts.

Originally committed as revision 18459 to svn://svn.ffmpeg.org/ffmpeg/trunk

Justin Ruggles authored on 2009/04/12 12:26:20
Showing 1 changed files
... ...
@@ -110,7 +110,9 @@ static const struct {
110 110
     { "surround",    3,  CH_LAYOUT_SURROUND },
111 111
     { "quad",        4,  CH_LAYOUT_QUAD },
112 112
     { "5.0",         5,  CH_LAYOUT_5POINT0 },
113
+    { "5.0",         5,  CH_LAYOUT_5POINT0_BACK },
113 114
     { "5.1",         6,  CH_LAYOUT_5POINT1 },
115
+    { "5.1",         6,  CH_LAYOUT_5POINT1_BACK },
114 116
     { "5.1+downmix", 8,  CH_LAYOUT_5POINT1|CH_LAYOUT_STEREO_DOWNMIX, },
115 117
     { "7.1",         8,  CH_LAYOUT_7POINT1 },
116 118
     { "7.1(wide)",   8,  CH_LAYOUT_7POINT1_WIDE },