diff options
author | Chris Robinson <[email protected]> | 2023-02-14 00:00:46 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-02-14 02:32:07 -0800 |
commit | d0c28c652f10856f3f1eadbbe8f362be6224355d (patch) | |
tree | 93fc754d14acb8f89f595e62a1672e3be1a05354 /al/buffer.h | |
parent | c10df8ab545320e636404a8ed5f81b2c08c565b3 (diff) |
Support IMA4 ADPCM as a mixing voice format
Diffstat (limited to 'al/buffer.h')
-rw-r--r-- | al/buffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/al/buffer.h b/al/buffer.h index 7ded83bd..322b918f 100644 --- a/al/buffer.h +++ b/al/buffer.h @@ -51,7 +51,6 @@ struct ALbuffer : public BufferStorage { UserFmtType OriginalType{UserFmtShort}; ALuint OriginalSize{0}; - ALuint OriginalAlign{0}; ALuint UnpackAlign{0}; ALuint PackAlign{0}; |