# HG changeset patch # User michael # Date 1066234850 0 # Node ID 6df9404151161538116a6fd9491100013b9e3e2f # Parent 992526a710e21ea0bc44aa0420414652decd7564 align diff -r 992526a710e2 -r 6df940415116 dv.c --- a/dv.c Wed Oct 15 15:37:25 2003 +0000 +++ b/dv.c Wed Oct 15 16:20:50 2003 +0000 @@ -485,7 +485,8 @@ } } else { if (s->sys->pix_fmt == PIX_FMT_YUV411P && mb_x >= (704 / 8)) { - uint8_t pixels[64], *c_ptr, *c_ptr1, *ptr; + uint64_t aligned_pixels[64/8], *c_ptr, *c_ptr1, *ptr; + uint8_t *pixels= (uint8_t*)aligned_pixels; int y, linesize; /* NOTE: at end of line, the macroblock is handled as 420 */ idct_put(pixels, 8, block);