提交 cf3b4d9a 编写于 作者: A Alex Converse

aacsbr: Make dk signed. There is no point in it being unsigned.

Originally committed as revision 23671 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 e90e1f55
......@@ -379,8 +379,7 @@ static int sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr,
}
if (!spectrum->bs_freq_scale) {
unsigned int dk;
int k2diff;
int dk, k2diff;
dk = spectrum->bs_alter_scale + 1;
sbr->n_master = ((sbr->k[2] - sbr->k[0] + (dk&2)) >> dk) << 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册