Skip to content
Snippets Groups Projects
Commit b290bca9 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fixes shift<-2 case for denormalise_bands()

parent 43b47a41
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
already corrupted. */
if (shift < -2)
{
g = 32767;
g = 16384;
shift = -2;
}
do {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment