Browse Source

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
tags/n0.8
Nick Brereton Ramiro Polla 15 years ago
parent
commit
857c30ecba
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mlpdec.c

+ 1
- 0
libavcodec/mlpdec.c View 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.


Loading…
Cancel
Save