aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r--alc/alcmain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h
index 68d0e31d..d809f8ee 100644
--- a/alc/alcmain.h
+++ b/alc/alcmain.h
@@ -42,6 +42,8 @@ struct EffectState;
struct Uhj2Encoder;
struct bs2b;
+using uint = unsigned int;
+
#define MIN_OUTPUT_RATE 8000
#define MAX_OUTPUT_RATE 192000
@@ -277,6 +279,7 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice> {
/* HRTF state and info */
std::unique_ptr<DirectHrtfState> mHrtfState;
al::intrusive_ptr<HrtfStore> mHrtf;
+ uint mIrSize{0};
/* Ambisonic-to-UHJ encoder */
std::unique_ptr<Uhj2Encoder> Uhj_Encoder;