[FFmpeg-cvslog] r19183 - trunk/libavcodec/audioconvert.c
jbr
subversion
Sat Jun 13 20:57:54 CEST 2009
Author: jbr
Date: Sat Jun 13 20:57:54 2009
New Revision: 19183
Log:
Remove the 3-front-channel layout from the list of channel layout
aliases. Calling this "surround" is confusing and questionable.
Modified:
trunk/libavcodec/audioconvert.c
Modified: trunk/libavcodec/audioconvert.c
==============================================================================
--- trunk/libavcodec/audioconvert.c Sat Jun 13 08:41:51 2009 (r19182)
+++ trunk/libavcodec/audioconvert.c Sat Jun 13 20:57:54 2009 (r19183)
@@ -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 },
More information about the ffmpeg-cvslog
mailing list