# HG changeset patch # User superdump # Date 1223309898 0 # Node ID 43fabceb40f217128bd5bc2ffab45d9d17ed4935 # Parent 8fd8f23be7949bc689c7143d971152836633aec9 Correct documentation of ch_select array. Patch by Alex Converse (alex converse gmail com) diff -r 8fd8f23be794 -r 43fabceb40f2 aac.h --- a/aac.h Mon Oct 06 16:12:30 2008 +0000 +++ b/aac.h Mon Oct 06 16:18:18 2008 +0000 @@ -190,8 +190,8 @@ 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;