aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bformatdec.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-16 21:03:24 -0800
committerChris Robinson <[email protected]>2018-12-16 21:03:24 -0800
commit3b0fd20bee855bbd7075b34e32f2272f71e28462 (patch)
tree8b93832ef3a629da31ff1dd8fe335f1b98905297 /Alc/bformatdec.h
parent064f4f500a2805167f543670d999977322ba3e87 (diff)
Always use the transcode method with the AmbiUpsampler
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 385fe0fa..c52472b5 100644
--- a/Alc/bformatdec.h
+++ b/Alc/bformatdec.h
@@ -84,7 +84,7 @@ private:
std::array<std::array<std::array<ALfloat,sNumBands>,MAX_OUTPUT_CHANNELS>,4> mGains;
public:
- void reset(const ALCdevice *device, const ALfloat w_scale, const ALfloat xyz_scale);
+ void reset(const ALCdevice *device);
void process(ALfloat (*RESTRICT OutBuffer)[BUFFERSIZE], const ALsizei OutChannels, const ALfloat (*RESTRICT InSamples)[BUFFERSIZE], const ALsizei SamplesToDo);
DEF_NEWDEL(AmbiUpsampler)