aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index 742a1812..6f3d456f 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -28,8 +28,12 @@ struct HrtfEntry {
ALuint sampleRate;
ALsizei irSize;
- ALfloat distance;
- ALubyte evCount;
+ struct Field {
+ ALfloat distance;
+ ALubyte evCount;
+ };
+ ALsizei fdCount;
+ Field *field;
const ALubyte *azCount;
const ALushort *evOffset;