1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-13 09:50:40 +01:00

Make sure AACdynamic_RAM gets allocated aligned to 8 bytes

This fixes assert failures on platforms where malloc doesn't provide
8 byte alignment, such as Win9x.
This commit is contained in:
Jeffrey Knockel 2012-10-25 12:12:57 +03:00 committed by Martin Storsjo
parent 790bf9f088
commit fea3c1d0ff

View File

@ -95,7 +95,7 @@ amm-info@iis.fraunhofer.de
#include "aacEnc_ram.h"
C_ALLOC_MEM (AACdynamic_RAM, FIXP_DBL, AAC_ENC_DYN_RAM_SIZE/sizeof(FIXP_DBL))
C_AALLOC_MEM (AACdynamic_RAM, FIXP_DBL, AAC_ENC_DYN_RAM_SIZE/sizeof(FIXP_DBL))
/*
Static memory areas, must not be overwritten in other sections of the decoder !