Mercurial > libavcodec.hg
changeset 6333:beb52d4a5efe libavcodec
constant was excessively aligned
author | lorenm |
---|---|
date | Wed, 06 Feb 2008 03:51:53 +0000 |
parents | f2c6708aebf9 |
children | bf8c9e82c7ad |
files | i386/dsputil_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/dsputil_mmx.c Tue Feb 05 18:39:55 2008 +0000 +++ b/i386/dsputil_mmx.c Wed Feb 06 03:51:53 2008 +0000 @@ -58,7 +58,7 @@ DECLARE_ALIGNED_8 (const uint64_t, ff_pw_42 ) = 0x002A002A002A002AULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pw_64 ) = 0x0040004000400040ULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pw_96 ) = 0x0060006000600060ULL; -DECLARE_ALIGNED_16(const uint64_t, ff_pw_128) = 0x0080008000800080ULL; +DECLARE_ALIGNED_8 (const uint64_t, ff_pw_128) = 0x0080008000800080ULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pb_1 ) = 0x0101010101010101ULL; DECLARE_ALIGNED_8 (const uint64_t, ff_pb_3 ) = 0x0303030303030303ULL;