Commit 202c4d9c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: try to fix MacOS Audio crash

Should fix #3767
parent 71542b4b
......@@ -77,7 +77,7 @@
sfm.mChannelsPerFrame, sfm.mBitsPerChannel
#define FRAMESIZE 2048
#define BUFSIZE (FRAMESIZE * 8)
#define BUFSIZE (FRAMESIZE * 8) * 8
#define AOUT_VAR_SPDIF_FLAG 0xf00000
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment