# HG changeset patch # User romansh # Date 1066279854 0 # Node ID a0086452b9d84008a0ce204592c33e65bc0265c7 # Parent 14d01ccc008164ab8bd4ef2182060247829cf7d0 * fix for a trivial 100l declaration typo diff -r 14d01ccc0081 -r a0086452b9d8 dv.c --- a/dv.c Thu Oct 16 00:21:54 2003 +0000 +++ b/dv.c Thu Oct 16 04:50:54 2003 +0000 @@ -485,8 +485,9 @@ } } else { if (s->sys->pix_fmt == PIX_FMT_YUV411P && mb_x >= (704 / 8)) { - uint64_t aligned_pixels[64/8], *c_ptr, *c_ptr1, *ptr; + uint64_t aligned_pixels[64/8]; uint8_t *pixels= (uint8_t*)aligned_pixels; + uint8_t *c_ptr, *c_ptr1, *ptr; int y, linesize; /* NOTE: at end of line, the macroblock is handled as 420 */ idct_put(pixels, 8, block);