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.
Showing
Please register or sign in to comment
This fixes assert failures on platforms where malloc doesn't provide 8 byte alignment, such as Win9x.