Fix a bug in the profiling test.

This commit is contained in:
David Reid
2026-02-16 06:01:35 +10:00
parent 242cbf4d8c
commit 6851858937
+1 -1
View File
@@ -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);