diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2021-03-31 10:03:31 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2021-03-31 10:03:31 -0700 |
commit | b5e36007f136f817e6d14685377e781e224daf17 (patch) | |
tree | 2b16156169cba4f4139ff16391e619f49fedce80 /al/buffer.h | |
parent | 35a0f2665f834c107e39ec2dcfc3d9ae0a0b33ce (diff) |
Handle 3-channel UHJ audio buffers
Diffstat (limited to 'al/buffer.h')
-rw-r--r-- | al/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/buffer.h b/al/buffer.h index cef9b5d8..47729cbe 100644 --- a/al/buffer.h +++ b/al/buffer.h @@ -36,6 +36,7 @@ enum UserFmtChannels : unsigned char { UserFmtBFormat2D = FmtBFormat2D, UserFmtBFormat3D = FmtBFormat3D, UserFmtUHJ2 = FmtUHJ2, + UserFmtUHJ3 = FmtUHJ3, }; |