Commit f38da1a6 authored by reimar's avatar reimar

Use DECLARE_ALIGNED in yet another place


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11640 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 354e7a52
......@@ -51,7 +51,7 @@
static const uint64_t attribute_used __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000ULL;
static const uint64_t attribute_used __attribute__((aligned(8))) d40000= 0x0000000000040000ULL;
static const int16_t __attribute__((aligned(8))) coeffs[]= {
DECLARE_ALIGNED(8, static const int16_t, coeffs[])= {
1<<(ROW_SHIFT-1), 0, 1<<(ROW_SHIFT-1), 0,
// 1<<(COL_SHIFT-1), 0, 1<<(COL_SHIFT-1), 0,
// 0, 1<<(COL_SHIFT-1-16), 0, 1<<(COL_SHIFT-1-16),
......
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