diff options
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 78475fa5..f9532727 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -470,6 +470,9 @@ struct ALCdevice_struct HrtfParams Hrtf_Params[MAX_OUTPUT_CHANNELS]; ALuint Hrtf_Offset; + /* UHJ encoder state */ + struct Uhj2Encoder *Uhj_Encoder; + // Stereo-to-binaural filter struct bs2b *Bs2b; |