Commit 1beb3c30 authored by ramiro's avatar ramiro

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18210 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent da0e817e
...@@ -636,7 +636,6 @@ static int read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp, ...@@ -636,7 +636,6 @@ static int read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp,
ChannelParams *cp = &m->channel_params[ch]; ChannelParams *cp = &m->channel_params[ch];
s->quant_step_size[ch] = get_bits(gbp, 4); s->quant_step_size[ch] = get_bits(gbp, 4);
/* TODO: validate */
cp->sign_huff_offset = calculate_sign_huff(m, substr, ch); cp->sign_huff_offset = calculate_sign_huff(m, substr, ch);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment