aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 60dc9fb1..909c42cd 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -472,6 +472,8 @@ struct ALCdevice_struct
al_string Hrtf_Name;
const struct Hrtf *Hrtf;
ALCenum Hrtf_Status;
+
+ /* HRTF filter state for dry buffer content */
HrtfState Hrtf_State[MAX_OUTPUT_CHANNELS];
HrtfParams Hrtf_Params[MAX_OUTPUT_CHANNELS];
ALuint Hrtf_Offset;
@@ -479,12 +481,12 @@ struct ALCdevice_struct
/* UHJ encoder state */
struct Uhj2Encoder *Uhj_Encoder;
- // Stereo-to-binaural filter
- struct bs2b *Bs2b;
-
/* High quality Ambisonic decoder */
struct BFormatDec *AmbiDecoder;
+ // Stereo-to-binaural filter
+ struct bs2b *Bs2b;
+
/* Rendering mode. */
enum RenderMode Render_Mode;