[FFmpeg-cvslog] r15574 - trunk/libavcodec/aac.h

superdump subversion
Mon Oct 6 18:18:18 CEST 2008


Author: superdump
Date: Mon Oct  6 18:18:18 2008
New Revision: 15574

Log:
Correct documentation of ch_select array.

Patch by Alex Converse (alex converse gmail com)


Modified:
   trunk/libavcodec/aac.h

Modified: trunk/libavcodec/aac.h
==============================================================================
--- trunk/libavcodec/aac.h	(original)
+++ trunk/libavcodec/aac.h	Mon Oct  6 18:18:18 2008
@@ -190,8 +190,8 @@ typedef struct {
     int num_coupled;       ///< number of target elements
     enum RawDataBlockType type[8];   ///< Type of channel element to be coupled - SCE or CPE.
     int id_select[8];      ///< element id
-    int ch_select[8];      /**< [0] shared list of gains; [1] list of gains for left channel;
-                            *   [2] list of gains for right channel; [3] lists of gains for both channels
+    int ch_select[8];      /**< [0] shared list of gains; [1] list of gains for right channel;
+                            *   [2] list of gains for left channel; [3] lists of gains for both channels
                             */
     float gain[16][120];
 } ChannelCoupling;




More information about the ffmpeg-cvslog mailing list