From ab2295b68f19212ce34cf2b56e81ee80186310f9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 19 Jan 2018 20:10:31 -0800 Subject: Store 8-bit sample types directly as unsigned byte --- OpenAL32/Include/alBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index 0f39dfae..852a8782 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -44,7 +44,7 @@ inline ALsizei FrameSizeFromUserFmt(enum UserFmtChannels chans, enum UserFmtType /* Storable formats */ enum FmtType { - FmtByte = UserFmtByte, + FmtUByte = UserFmtUByte, FmtShort = UserFmtShort, FmtFloat = UserFmtFloat, FmtMulaw = UserFmtMulaw, -- cgit v1.2.3