[FFmpeg-cvslog] r18210 - trunk/libavcodec/mlpdec.c
ramiro
subversion
Sat Mar 28 00:48:08 CET 2009
Author: ramiro
Date: Sat Mar 28 00:48:08 2009
New Revision: 18210
Log:
mlpdec: quant_step_size can be any value from 0 to 0xF.
Modified:
trunk/libavcodec/mlpdec.c
Modified: trunk/libavcodec/mlpdec.c
==============================================================================
--- trunk/libavcodec/mlpdec.c Sat Mar 28 00:47:18 2009 (r18209)
+++ trunk/libavcodec/mlpdec.c Sat Mar 28 00:48:08 2009 (r18210)
@@ -636,7 +636,6 @@ static int read_decoding_params(MLPDecod
ChannelParams *cp = &m->channel_params[ch];
s->quant_step_size[ch] = get_bits(gbp, 4);
- /* TODO: validate */
cp->sign_huff_offset = calculate_sign_huff(m, substr, ch);
}
More information about the ffmpeg-cvslog
mailing list