Commit 4f5c0b05 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: try to fix MacOS Audio crash

Should fix #3767
(cherry picked from commit 202c4d9c4fab9bf3391c887194d4f05999634d61)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 46b812b5
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
sfm.mChannelsPerFrame, sfm.mBitsPerChannel sfm.mChannelsPerFrame, sfm.mBitsPerChannel
#define FRAMESIZE 2048 #define FRAMESIZE 2048
#define BUFSIZE (FRAMESIZE * 8) #define BUFSIZE (FRAMESIZE * 8) * 8
#define AOUT_VAR_SPDIF_FLAG 0xf00000 #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