Mercurial > libavcodec.hg
changeset 8005:43fabceb40f2 libavcodec
Correct documentation of ch_select array.
Patch by Alex Converse (alex converse gmail com)
author | superdump |
---|---|
date | Mon, 06 Oct 2008 16:18:18 +0000 |
parents | 8fd8f23be794 |
children | c7c1e85d14bc |
files | aac.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;