changeset 7633:bf34cb99da5b libavcodec

The comment about channel order for AAC 5.1 audio was not correct, fix it.
author andoma
date Thu, 21 Aug 2008 07:57:51 +0000
parents ac583bd8f8b3
children 868cfdabd3ee
files aac.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aac.c	Thu Aug 21 07:21:26 2008 +0000
+++ b/aac.c	Thu Aug 21 07:57:51 2008 +0000
@@ -118,7 +118,7 @@
      * Set up default 1:1 output mapping.
      *
      * For a 5.1 stream the output order will be:
-     *    [ Front Left ] [ Front Right ] [ Center ] [ LFE ] [ Surround Left ] [ Surround Right ]
+     *    [ Center ] [ Front Left ] [ Front Right ] [ LFE ] [ Surround Left ] [ Surround Right ]
      */
 
     for(i = 0; i < MAX_ELEM_ID; i++) {