[FFmpeg-cvslog] r18459 - trunk/libavcodec/audioconvert.c

jbr subversion
Sun Apr 12 05:26:20 CEST 2009


Author: jbr
Date: Sun Apr 12 05:26:20 2009
New Revision: 18459

Log:
Add names for 5.0 and 5.1 back speaker channel layouts.

Modified:
   trunk/libavcodec/audioconvert.c

Modified: trunk/libavcodec/audioconvert.c
==============================================================================
--- trunk/libavcodec/audioconvert.c	Sun Apr 12 05:08:46 2009	(r18458)
+++ trunk/libavcodec/audioconvert.c	Sun Apr 12 05:26:20 2009	(r18459)
@@ -110,7 +110,9 @@ static const struct {
     { "surround",    3,  CH_LAYOUT_SURROUND },
     { "quad",        4,  CH_LAYOUT_QUAD },
     { "5.0",         5,  CH_LAYOUT_5POINT0 },
+    { "5.0",         5,  CH_LAYOUT_5POINT0_BACK },
     { "5.1",         6,  CH_LAYOUT_5POINT1 },
+    { "5.1",         6,  CH_LAYOUT_5POINT1_BACK },
     { "5.1+downmix", 8,  CH_LAYOUT_5POINT1|CH_LAYOUT_STEREO_DOWNMIX, },
     { "7.1",         8,  CH_LAYOUT_7POINT1 },
     { "7.1(wide)",   8,  CH_LAYOUT_7POINT1_WIDE },



More information about the ffmpeg-cvslog mailing list