Mercurial > libavcodec.hg
changeset 9850:63dbab428e01 libavcodec
Remove the 3-front-channel layout from the list of channel layout
aliases. Calling this "surround" is confusing and questionable.
author | jbr |
---|---|
date | Sat, 13 Jun 2009 18:57:54 +0000 |
parents | d1119c095555 |
children | e0fe929c5dc4 |
files | audioconvert.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 },