提交 4ca7e74c 编写于 作者: V Vitor Sessak

Do not declare a counter as unsigned when it is not needed

Originally committed as revision 14469 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4e33ed36
......@@ -171,7 +171,7 @@ static void do_hybrid_window(int order, int n, int non_rec, const float *in,
float *out, float *hist, float *out2,
const float *window)
{
unsigned int i;
int i;
float buffer1[order + 1];
float buffer2[order + 1];
float work[order + n + non_rec];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册