提交 6fae7cbd 编写于 作者: R Ramiro Polla

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

Originally committed as revision 18209 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 af048026
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册