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

avcodec/mips/compute_antialias_float: remove unused variable

Reviewed-by: NJames Darnley <james.darnley@gmail.com>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 97bb456b
......@@ -61,7 +61,6 @@ static void compute_antialias_mips_float(MPADecodeContext *s,
{
float *ptr, *ptr_end;
float *csa = &csa_table[0][0];
int n;
/* temporary variables */
float in1, in2, in3, in4, in5, in6, in7, in8;
float out1, out2, out3, out4;
......@@ -72,10 +71,8 @@ static void compute_antialias_mips_float(MPADecodeContext *s,
if (!g->switch_point)
return;
/* XXX: check this for 8000Hz case */
n = 1;
ptr_end = ptr + 18;
} else {
n = 31;
ptr_end = ptr + 558;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册