Mercurial > libavcodec.hg
changeset 1537:6df940415116 libavcodec
align
author | michael |
---|---|
date | Wed, 15 Oct 2003 16:20:50 +0000 |
parents | 992526a710e2 |
children | 2312ceb69d17 |
files | dv.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);