[xiph-commits] r17616 - trunk/vorbis-tools/oggenc
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu Nov 4 11:35:18 PDT 2010
Author: xiphmont
Date: 2010-11-04 11:35:18 -0700 (Thu, 04 Nov 2010)
New Revision: 17616
Modified:
trunk/vorbis-tools/oggenc/audio.c
Log:
Commit fix to 6.1 WAV channel permute matrix in oggenc.
Reported by msoltyspl, fixes Trac #1749
Modified: trunk/vorbis-tools/oggenc/audio.c
===================================================================
--- trunk/vorbis-tools/oggenc/audio.c 2010-11-02 21:35:58 UTC (rev 17615)
+++ trunk/vorbis-tools/oggenc/audio.c 2010-11-04 18:35:18 UTC (rev 17616)
@@ -399,7 +399,7 @@
{0,1,2,3}, /* 4.0 discrete quadraphonic */
{0,2,1,3,4}, /* 5.0 surround */
{0,2,1,4,5,3}, /* 5.1 surround */
- {0,2,1,4,5,6,3}, /* 6.1 surround */
+ {0,2,1,5,6,4,3}, /* 6.1 surround */
{0,2,1,6,7,4,5,3} /* 7.1 surround (classic theater 8-track) */
};
More information about the commits
mailing list