diff options
author | Chris Robinson <[email protected]> | 2011-09-15 02:27:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-15 02:27:02 -0700 |
commit | 4e903c84cf69bf82afcc14a5717a3580beda63ce (patch) | |
tree | c69c97bc724dbf2c9c89b44b143ccfc5ce077e91 /Alc/hrtf.c | |
parent | ae3ec4e7670baf79a7c6dcfe8b308405fc88be56 (diff) |
Fix comment on external HRTF file format
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r-- | Alc/hrtf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ * ALushort evOffset[evCount]; // Required values: * { 0, 1, 13, 37, 73, 118, 174, 234, 306, 378, 450, 522, 594, 654, 710, 755, 791, 815, 827 } * - * ALushort coefficients[hrirCount][hrirSize]; - * ALubyte delays[hrirCount]; // Element values must not exceed 127 + * ALshort coefficients[hrirCount][hrirSize]; + * ALubyte delays[hrirCount]; // Element values must not exceed 127 */ static const ALchar magicMarker[8] = "MinPHR00"; |