diff options
author | Chris Robinson <[email protected]> | 2021-07-13 06:31:13 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-07-13 06:31:13 -0700 |
commit | d998c03a2761920b1edc4f1da09a04072af83d7e (patch) | |
tree | ede3bda406061fe8b47072b3d459b0ead2e879e8 /core/buffer_storage.h | |
parent | fb2cb2bd064c681defda5f1019faa5189ec3bb34 (diff) |
Add a UHJ-specific coefficient scaling array
Diffstat (limited to 'core/buffer_storage.h')
-rw-r--r-- | core/buffer_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/buffer_storage.h b/core/buffer_storage.h index 59280354..64943453 100644 --- a/core/buffer_storage.h +++ b/core/buffer_storage.h @@ -40,6 +40,7 @@ enum class AmbiScaling : unsigned char { FuMa, SN3D, N3D, + UHJ, }; uint BytesFromFmt(FmtType type) noexcept; |