提交 af7d793c 编写于 作者: C Carl Eugen Hoyos 提交者: Benoit Fouet

kill warning

patch by Carl Eugen Hoyos [cehoyos * ag or at]

Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9895ebe4
......@@ -270,7 +270,7 @@ static float *maybe_reformat_buffer32 (COOKContext *q, float *ptr, int n)
return ptr;
}
static int init_cplscales_table (COOKContext *q) {
static void init_cplscales_table (COOKContext *q) {
int i;
for (i=0;i<5;i++)
q->cplscales[i] = maybe_reformat_buffer32 (q, cplscales[i], (1<<(i+2))-1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册