From 8e9ee714fcf764278d84c3b2ca877cffbd730147 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 27 Mar 2009 23:48:08 +0000 Subject: [PATCH] mlpdec: quant_step_size can be any value from 0 to 0xF. Originally committed as revision 18210 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mlpdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index a3051372bf..905fb0bdae 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -636,7 +636,6 @@ static int read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp, 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); } -- GitLab