Commit da0e817e authored by ramiro's avatar ramiro

mlpdec: output_shift can be any value from -8 to 7.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18209 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f7625ec1
......@@ -628,7 +628,6 @@ static int read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp,
s->output_shift[ch] = get_sbits(gbp, 4);
dprintf(m->avctx, "output shift[%d] = %d\n",
ch, s->output_shift[ch]);
/* TODO: validate */
}
if (s->param_presence_flags & PARAM_QUANTSTEP)
......
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