Remove some unusal ocde..???

This commit is contained in:
Erik Hofman 2016-07-18 13:49:40 +02:00
parent 96986c9377
commit c48a28beb9

View File

@ -310,7 +310,7 @@ namespace
} else { } else {
bitsPerSample *= 2; /* uLaw is 16-bit packed into 8 bits */ bitsPerSample *= 2; /* uLaw is 16-bit packed into 8 bits */
codec = codecULaw; codec = codecULaw;
Br } }
break; break;
case 17: /* IMA4 ADPCM */ case 17: /* IMA4 ADPCM */
if (alIsExtensionPresent((ALchar *)"AL_EXT_ima4") && if (alIsExtensionPresent((ALchar *)"AL_EXT_ima4") &&