提交 aa64ee30 编写于 作者: V Vitor Sessak

Do not declare as double a var that only stores a float

Originally committed as revision 14216 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 1894db14
......@@ -51,8 +51,8 @@ static inline float scalar_product_float(float * v1, float * v2, int size)
static void decode(Real288_internal *glob, float gain, int cb_coef)
{
int x, y;
double sum, sumsum;
float buffer[5];
double sumsum;
float sum, buffer[5];
memmove(glob->sb + 5, glob->sb, 36 * sizeof(*glob->sb));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册