Removed 64-bit handling from AudioConvertByteswap

This commit is contained in:
Brick
2023-08-23 16:02:16 +01:00
committed by Ryan C. Gordon
parent 1f5327a9fb
commit 9f7a22fa45

View File

@@ -254,7 +254,6 @@ static void AudioConvertByteswap(void *dst, const void *src, int num_samples, in
CASESWAP(16);
CASESWAP(32);
CASESWAP(64);
#undef CASESWAP