Commit 29b70c26 authored by michael's avatar michael

insufficient alignment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6006 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cf0fe036
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment