diff options
author | Nick Brereton <nick@nbrereton.net> | 2010-05-11 01:46:13 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-05-11 01:46:13 +0000 |
commit | 857c30ecbaebedde2bd8c98d69e257f933f36775 (patch) | |
tree | c11ec28aba8872c466d8629449192676ecf882d0 | |
parent | 22fb814c2f46c30e8ae134c0f96432764fa343d5 (diff) | |
download | ffmpeg-857c30ecbaebedde2bd8c98d69e257f933f36775.tar.gz |
mlpdec: Comment channel_params field in struct SubStream.
Patch by Nick Brereton <nick at nbrereton dot net>
Originally committed as revision 23085 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mlpdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index 508be6f768..80fbbdb07e 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -62,6 +62,7 @@ typedef struct SubStream { //! 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. |