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 202c4d9c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 46b812b5
......@@ -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