• Mans Rullgard's avatar
    ac3enc: use LOCAL_ALIGNED macro · 7f7726c7
    Mans Rullgard authored
    
    
    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: default avatarMans Rullgard <mans@mansr.com>
    7f7726c7