Browse code

Correct documentation of ch_select array.

Patch by Alex Converse (alex converse gmail com)

Originally committed as revision 15574 to svn://svn.ffmpeg.org/ffmpeg/trunk

Alex Converse authored on 2008/10/07 01:18:18
Showing 1 changed files
... ...
@@ -190,8 +190,8 @@ typedef struct {
190 190
     int num_coupled;       ///< number of target elements
191 191
     enum RawDataBlockType type[8];   ///< Type of channel element to be coupled - SCE or CPE.
192 192
     int id_select[8];      ///< element id
193
-    int ch_select[8];      /**< [0] shared list of gains; [1] list of gains for left channel;
194
-                            *   [2] list of gains for right channel; [3] lists of gains for both channels
193
+    int ch_select[8];      /**< [0] shared list of gains; [1] list of gains for right channel;
194
+                            *   [2] list of gains for left channel; [3] lists of gains for both channels
195 195
                             */
196 196
     float gain[16][120];
197 197
 } ChannelCoupling;