# HG changeset patch # User ramiro # Date 1273542373 0 # Node ID b57e32bcaa86bf8a315a52027c8a16ecc97f36a5 # Parent c2461b6b94c982d3710d802ed9e09159dafdf370 mlpdec: Comment channel_params field in struct SubStream. Patch by Nick Brereton diff -r c2461b6b94c9 -r b57e32bcaa86 mlpdec.c --- 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.