mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix a bug in the profiling test.
This commit is contained in:
@@ -63,7 +63,7 @@ ma_bool32 verify_deinterleaving_by_format(ma_format format, ma_uint32 channels)
|
||||
pDeinterleavedOptimized[iChannel] = ma_malloc(frameCount * ma_get_bytes_per_sample(format), NULL);
|
||||
}
|
||||
|
||||
fill_debug_frames(pInterleavedReference, frameCount, format, channels);
|
||||
fill_debug_frames(pInterleavedReference, format, channels, frameCount);
|
||||
MA_COPY_MEMORY(pInterleavedOptimized, pInterleavedReference, frameCount * bpf);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user