From d998c03a2761920b1edc4f1da09a04072af83d7e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 13 Jul 2021 06:31:13 -0700 Subject: Add a UHJ-specific coefficient scaling array --- core/buffer_storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/buffer_storage.h') 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; -- cgit v1.2.3