summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorNick Brereton <nick@nbrereton.net>2010-05-21 18:22:49 +0000
committerReinhard Tartler <siretart@tauware.de>2010-05-21 18:22:49 +0000
commit6f8fbbf8d7b0e7e1390ded7c9118daa235482bd6 (patch)
tree53f44a0a6827ea50c615c34d9d3313db39db920f /libavcodec
parentb68d9df427908a78b86e5be61e43ad8cb5258202 (diff)
mlpdec: Comment channel_params field in struct SubStream.
Patch by Nick Brereton <nick at nbrereton dot net> backport r23085 by ramiro Originally committed as revision 23216 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mlpdec.c1
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.