Originally committed as revision 19183 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -107,7 +107,6 @@ static const struct {
|
| 107 | 107 |
} channel_layout_map[] = {
|
| 108 | 108 |
{ "mono", 1, CH_LAYOUT_MONO },
|
| 109 | 109 |
{ "stereo", 2, CH_LAYOUT_STEREO },
|
| 110 |
- { "surround", 3, CH_LAYOUT_SURROUND },
|
|
| 111 | 110 |
{ "4.0", 4, CH_LAYOUT_4POINT0 },
|
| 112 | 111 |
{ "quad", 4, CH_LAYOUT_QUAD },
|
| 113 | 112 |
{ "5.0", 5, CH_LAYOUT_5POINT0 },
|