提交 a753e55b 编写于 作者: M Michael Niedermayer

simplify

Originally committed as revision 6067 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 312954f0
......@@ -2159,10 +2159,7 @@ static int mp_decode_layer3(MPADecodeContext *s)
/* read side info */
if (s->lsf) {
main_data_begin = get_bits(&s->gb, 8);
if (s->nb_channels == 2)
private_bits = get_bits(&s->gb, 2);
else
private_bits = get_bits(&s->gb, 1);
private_bits = get_bits(&s->gb, s->nb_channels);
nb_granules = 1;
} else {
main_data_begin = get_bits(&s->gb, 9);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册