From 6f8fbbf8d7b0e7e1390ded7c9118daa235482bd6 Mon Sep 17 00:00:00 2001 From: Nick Brereton Date: Fri, 21 May 2010 18:22:49 +0000 Subject: [PATCH] mlpdec: Comment channel_params field in struct SubStream. Patch by Nick Brereton backport r23085 by ramiro Originally committed as revision 23216 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6 --- libavcodec/mlpdec.c | 1 + 1 file changed, 1 insertion(+) 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.