Bug 847903 - Drop OS X AudioUnit stream limit even further on 10.6 to fix crashtests/691096-1.html

This commit is contained in:
Matthew Gregan 2014-09-17 15:06:30 +12:00
parent 905bcfb305
commit b0dea6ba0c

View File

@ -22,7 +22,7 @@
#define kCFCoreFoundationVersionNumber10_7 635.00
#endif
#define CUBEB_STREAM_MAX 16
#define CUBEB_STREAM_MAX 8
#define NBUFS 4
static struct cubeb_ops const audiounit_ops;