aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 43ec7cf9..f7749367 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -2122,7 +2122,7 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList)
}
if(!device->Hrtf && !device->Uhj_Encoder &&
- GetConfigValueBool(al_string_get_cstr(device->DeviceName), "decoder", "hq-mode", 1))
+ GetConfigValueBool(al_string_get_cstr(device->DeviceName), "decoder", "hq-mode", 0))
{
if(!device->AmbiDecoder)
device->AmbiDecoder = bformatdec_alloc();