Mercurial > libavcodec.hg
changeset 3584:8a62cb7e8d0f libavcodec
insufficient alignment
author | michael |
---|---|
date | Thu, 17 Aug 2006 07:49:22 +0000 |
parents | 562758eaf7bf |
children | 6506f95498dc |
files | i386/fdct_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/fdct_mmx.c Tue Aug 15 20:36:05 2006 +0000 +++ b/i386/fdct_mmx.c Thu Aug 17 07:49:22 2006 +0000 @@ -549,7 +549,7 @@ 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;