Mercurial > libavcodec.hg
changeset 11704:b57e32bcaa86 libavcodec
mlpdec: Comment channel_params field in struct SubStream.
Patch by Nick Brereton <nick at nbrereton dot net>
author | ramiro |
---|---|
date | Tue, 11 May 2010 01:46:13 +0000 |
parents | c2461b6b94c9 |
children | a66b535972b7 |
files | mlpdec.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mlpdec.c Tue May 11 01:44:52 2010 +0000 +++ b/mlpdec.c Tue May 11 01:46:13 2010 +0000 @@ -62,6 +62,7 @@ //! For each channel output by the matrix, the output channel to map it to uint8_t ch_assign[MAX_CHANNELS]; + //! Channel coding parameters for channels in the substream ChannelParams channel_params[MAX_CHANNELS]; //! The left shift applied to random noise in 0x31ea substreams.