aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bformatdec.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-19 22:47:59 -0800
committerChris Robinson <[email protected]>2017-02-19 22:47:59 -0800
commit3761336e6cf49a7cd5075424b3c8c4a1f5e5b226 (patch)
tree109b4c30187680c8216186445b728c1592fad823 /Alc/bformatdec.h
parent9da152a9c8b9f3a6f019c77e0324772344fc9156 (diff)
Apply distance compensation when writing to the output
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r--Alc/bformatdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h
index 5f6e230d..97f36d0e 100644
--- a/Alc/bformatdec.h
+++ b/Alc/bformatdec.h
@@ -33,7 +33,7 @@ struct BFormatDec *bformatdec_alloc();
void bformatdec_free(struct BFormatDec *dec);
int bformatdec_getOrder(const struct BFormatDec *dec);
int bformatdec_isPeriphonic(const struct BFormatDec *dec);
-void bformatdec_reset(struct BFormatDec *dec, const struct AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS], int flags);
+void bformatdec_reset(struct BFormatDec *dec, const struct AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS]);
/* Decodes the ambisonic input to the given output channels. */
void bformatdec_process(struct BFormatDec *dec, ALfloat (*restrict OutBuffer)[BUFFERSIZE], ALsizei OutChannels, const ALfloat (*restrict InSamples)[BUFFERSIZE], ALsizei SamplesToDo);