[FFmpeg-cvslog] r14875 - trunk/libavcodec/aac.c

andoma subversion
Thu Aug 21 09:57:51 CEST 2008


Author: andoma
Date: Thu Aug 21 09:57:51 2008
New Revision: 14875

Log:
The comment about channel order for AAC 5.1 audio was not correct, fix it.


Modified:
   trunk/libavcodec/aac.c

Modified: trunk/libavcodec/aac.c
==============================================================================
--- trunk/libavcodec/aac.c	(original)
+++ trunk/libavcodec/aac.c	Thu Aug 21 09:57:51 2008
@@ -118,7 +118,7 @@ static int output_configure(AACContext *
      * 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++) {




More information about the ffmpeg-cvslog mailing list