Commit ed062223 authored by jbr's avatar jbr

Remove the 3-front-channel layout from the list of channel layout

aliases.  Calling this "surround" is confusing and questionable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19183 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 217dcdcb
...@@ -107,7 +107,6 @@ static const struct { ...@@ -107,7 +107,6 @@ static const struct {
} channel_layout_map[] = { } channel_layout_map[] = {
{ "mono", 1, CH_LAYOUT_MONO }, { "mono", 1, CH_LAYOUT_MONO },
{ "stereo", 2, CH_LAYOUT_STEREO }, { "stereo", 2, CH_LAYOUT_STEREO },
{ "surround", 3, CH_LAYOUT_SURROUND },
{ "4.0", 4, CH_LAYOUT_4POINT0 }, { "4.0", 4, CH_LAYOUT_4POINT0 },
{ "quad", 4, CH_LAYOUT_QUAD }, { "quad", 4, CH_LAYOUT_QUAD },
{ "5.0", 5, CH_LAYOUT_5POINT0 }, { "5.0", 5, CH_LAYOUT_5POINT0 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment