[MEncoder-users] h264.h alignment problem

Netex netex at 163.com
Tue Feb 5 06:06:24 CET 2008


Hi,

The recent svn version of h264 added ff_h264_idct8_add_sse2, but the mb field
of H264Context is still 8-byte aligned.

+DECLARE_ALIGNED_16(DCTELEM, mb[16*24]);
-DECLARE_ALIGNED_8(DCTELEM, mb[16*24]);

will make it happy on SSE2 CPUs.

-- 
netex at 163.com






More information about the MEncoder-users mailing list