This commit is contained in:
David Reid
2021-08-05 18:43:37 +10:00
parent ca68c2b8f3
commit 33dab4e475
+1 -1
View File
@@ -35836,7 +35836,7 @@ static ma_result ma_device__post_init_setup(ma_device* pDevice, ma_device_type d
/*
In playback mode, iff the data converter does not support retrieval of the required number of
In playback mode, if the data converter does not support retrieval of the required number of
input frames given a number of output frames, we need to fall back to a heap-allocated cache.
*/
if (deviceType == ma_device_type_playback || deviceType == ma_device_type_duplex) {