mlpdec: Comment channel_params field in struct SubStream.
authorNick Brereton <nick@nbrereton.net>
Tue, 11 May 2010 01:46:13 +0000 (01:46 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Tue, 11 May 2010 01:46:13 +0000 (01:46 +0000)
Patch by Nick Brereton <nick at nbrereton dot net>

Originally committed as revision 23085 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mlpdec.c

index 508be6f..80fbbdb 100644 (file)
@@ -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.