Make foxenflac a little less memory hungry

We should really just use the xiph library :/
This commit is contained in:
jacqueline
2023-11-07 13:37:58 +11:00
parent 9b52fad86e
commit 9dc8f5646c
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ static inline uint64_t fx_bitstream_peek_msb(fx_bitstream_t *reader,
* optimization. Furthermore, some platforms (WASM) do not allow unaligned
* memory access.
*/
#define FX_ALIGN 16
#define FX_ALIGN 1
/**
* Macro telling the compiler that P is aligned with the specified alignment