Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'silk/control_audio_bandwidth.c')
-rw-r--r--silk/control_audio_bandwidth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/silk/control_audio_bandwidth.c b/silk/control_audio_bandwidth.c
index b645dd57..ef02feda 100644
--- a/silk/control_audio_bandwidth.c
+++ b/silk/control_audio_bandwidth.c
@@ -115,6 +115,9 @@ opus_int silk_control_audio_bandwidth(
psEncC->sLP.mode = 1;
}
}
+ } else {
+ if (psEncC->sLP.mode<0)
+ psEncC->sLP.mode = 1;
}
}
}