[xiph-commits] r17625 - trunk/vorbis-tools/oggenc

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sun Nov 14 02:56:45 PST 2010


Author: xiphmont
Date: 2010-11-14 02:56:44 -0800 (Sun, 14 Nov 2010)
New Revision: 17625

Modified:
   trunk/vorbis-tools/oggenc/flac.c
Log:
Apply r17616 fix to FLAC mapping as well



Modified: trunk/vorbis-tools/oggenc/flac.c
===================================================================
--- trunk/vorbis-tools/oggenc/flac.c	2010-11-09 02:43:37 UTC (rev 17624)
+++ trunk/vorbis-tools/oggenc/flac.c	2010-11-14 10:56:44 UTC (rev 17625)
@@ -152,7 +152,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