diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-06-13 18:57:54 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-06-13 18:57:54 +0000 |
commit | 0fb6a8b3396972ba73b886c073bbfd8631cfa49b (patch) | |
tree | 92a09cba088e566c1e7ff945aae087c8524e2f0a /libavcodec/audioconvert.c | |
parent | 0d5390b06256c6efa216a9aaf72a9b4d8597f20a (diff) | |
download | ffmpeg-0fb6a8b3396972ba73b886c073bbfd8631cfa49b.tar.gz |
Remove the 3-front-channel layout from the list of channel layout
aliases. Calling this "surround" is confusing and questionable.
Originally committed as revision 19183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/audioconvert.c')
-rw-r--r-- | libavcodec/audioconvert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c index 5842801093..4555128630 100644 --- a/libavcodec/audioconvert.c +++ b/libavcodec/audioconvert.c @@ -107,7 +107,6 @@ static const struct { } 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 }, |