1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-03 09:27:53 +02:00

mlpdec: quant_step_size can be any value from 0 to 0xF.

Originally committed as revision 18210 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2009-03-27 23:48:08 +00:00
parent 6fae7cbd7f
commit 8e9ee714fc

View File

@ -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);
}