[FFmpeg-cvslog] r23085 - trunk/libavcodec/mlpdec.c
ramiro
subversion
Tue May 11 03:46:13 CEST 2010
Author: ramiro
Date: Tue May 11 03:46:13 2010
New Revision: 23085
Log:
mlpdec: Comment channel_params field in struct SubStream.
Patch by Nick Brereton <nick at nbrereton dot net>
Modified:
trunk/libavcodec/mlpdec.c
Modified: trunk/libavcodec/mlpdec.c
==============================================================================
--- trunk/libavcodec/mlpdec.c Tue May 11 03:44:52 2010 (r23084)
+++ trunk/libavcodec/mlpdec.c Tue May 11 03:46:13 2010 (r23085)
@@ -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.
More information about the ffmpeg-cvslog
mailing list