提交 3829a62e 编写于 作者: M Michael Niedermayer

insufficient alignment

Originally committed as revision 6006 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 1246640a
......@@ -549,7 +549,7 @@ void ff_fdct_mmx2(int16_t *block)
void ff_fdct_sse2(int16_t *block)
{
int64_t align_tmp[16] ATTR_ALIGN(8);
int64_t align_tmp[16] ATTR_ALIGN(16);
int16_t * const block_tmp= (int16_t*)align_tmp;
int16_t *block1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册