]> git.sesse.net Git - vlc/commitdiff
MacOS: try to fix MacOS Audio crash
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Jul 2010 16:17:28 +0000 (18:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Jul 2010 16:20:04 +0000 (18:20 +0200)
Should fix #3767

modules/audio_output/auhal.c

index 216e930b77c8244881cd0f98f457363812c48561..2af9776900ea1ad062c33958e7d0aa55bf9aea81 100644 (file)
@@ -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
 
 /*