ac3enc: use LOCAL_ALIGNED macro
authorMans Rullgard <mans@mansr.com>
Fri, 27 May 2011 19:31:57 +0000 (20:31 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 28 May 2011 14:00:16 +0000 (15:00 +0100)
commit7f7726c7a23f8ca9d8cd5d2511356d724d4284a3
tree8af5e082c0619ae1706694415c9ccd749d1f097b
parent04de5bf56c1f1f946272f436d9c8cb82c63d30b4
ac3enc: use LOCAL_ALIGNED macro

Aligned local variables must use the LOCAL_ALIGNED macro to ensure
correct alignment on all systems.  The unusual size argument to
memset is required since the implementation of LOCAL_ALIGNED may
use a pointer to an array.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/ac3enc.c