| Index: silk/control_audio_bandwidth.c
|
| diff --git a/silk/control_audio_bandwidth.c b/silk/control_audio_bandwidth.c
|
| index b645dd57f45202927acd408829c92f486eda0e95..4f9bc5cbdaa923056e7af0ed4c2f7a90e37657c6 100644
|
| --- a/silk/control_audio_bandwidth.c
|
| +++ b/silk/control_audio_bandwidth.c
|
| @@ -8,11 +8,11 @@ this list of conditions and the following disclaimer.
|
| - Redistributions in binary form must reproduce the above copyright
|
| notice, this list of conditions and the following disclaimer in the
|
| documentation and/or other materials provided with the distribution.
|
| -- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
| +- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
| names of specific contributors, may be used to endorse or promote
|
| products derived from this software without specific prior written
|
| permission.
|
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS”
|
| +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| @@ -115,6 +115,9 @@ opus_int silk_control_audio_bandwidth(
|
| psEncC->sLP.mode = 1;
|
| }
|
| }
|
| + } else {
|
| + if (psEncC->sLP.mode<0)
|
| + psEncC->sLP.mode = 1;
|
| }
|
| }
|
| }
|
|
|