[FFmpeg-cvslog] r23216 - in branches/0.6: . libavcodec/mlpdec.c
siretart
subversion
Fri May 21 20:22:49 CEST 2010
Author: siretart
Date: Fri May 21 20:22:49 2010
New Revision: 23216
Log:
mlpdec: Comment channel_params field in struct SubStream.
Patch by Nick Brereton <nick at nbrereton dot net>
backport r23085 by ramiro
Modified:
branches/0.6/ (props changed)
branches/0.6/libavcodec/mlpdec.c
Modified: branches/0.6/libavcodec/mlpdec.c
==============================================================================
--- branches/0.6/libavcodec/mlpdec.c Fri May 21 20:22:32 2010 (r23215)
+++ branches/0.6/libavcodec/mlpdec.c Fri May 21 20:22:49 2010 (r23216)
@@ -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