# HG changeset patch # User jbr # Date 1244919474 0 # Node ID 63dbab428e0147c73c7534e0462906a14cdce438 # Parent d1119c095555ac0de7420d9bc8157817367ed1c4 Remove the 3-front-channel layout from the list of channel layout aliases. Calling this "surround" is confusing and questionable. diff -r d1119c095555 -r 63dbab428e01 audioconvert.c --- a/audioconvert.c Sat Jun 13 06:41:51 2009 +0000 +++ b/audioconvert.c Sat Jun 13 18:57:54 2009 +0000 @@ -107,7 +107,6 @@ } channel_layout_map[] = { { "mono", 1, CH_LAYOUT_MONO }, { "stereo", 2, CH_LAYOUT_STEREO }, - { "surround", 3, CH_LAYOUT_SURROUND }, { "4.0", 4, CH_LAYOUT_4POINT0 }, { "quad", 4, CH_LAYOUT_QUAD }, { "5.0", 5, CH_LAYOUT_5POINT0 },