comparison mpegaudiodecheader.h @ 10112:e3fc952dd4b2 libavcodec

Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 The DECLARE_ALIGNED_8 macro is defined to align to 16 bytes instead the 8 suggested by the name on some CPUs. None of the uses of this macro ever need 16-byte alignment, cases which once did having been changed to always specify 16 bytes explicitly.
author mru
date Fri, 28 Aug 2009 23:39:02 +0000
parents e9d9d946f213
children 7dd2a45249a9
comparison
equal deleted inserted replaced
10111:ebe5812b39a7 10112:e3fc952dd4b2