mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Minor update to ma_mixer.
This commit is contained in:
@@ -107,7 +107,7 @@ int main(int argc, char** argv)
|
||||
|
||||
|
||||
/* Mixers. */
|
||||
mixerConfig = ma_mixer_config_init(device.playback.format, device.playback.channels, 4096, NULL);
|
||||
mixerConfig = ma_mixer_config_init(device.playback.format, device.playback.channels, 4096, NULL, NULL);
|
||||
result = ma_mixer_init(&mixerConfig, &g_mixer);
|
||||
if (result != MA_SUCCESS) {
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user