| Index: silk/resampler_down2.c
|
| diff --git a/silk/resampler_down2.c b/silk/resampler_down2.c
|
| index 21d11992696731050212223f260820d8cba73c64..cec36346408bc9a3de66e87b4e62ba50c2e1e2f9 100644
|
| --- a/silk/resampler_down2.c
|
| +++ b/silk/resampler_down2.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
|
| @@ -35,8 +35,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
| /* Downsample by a factor 2 */
|
| void silk_resampler_down2(
|
| opus_int32 *S, /* I/O State vector [ 2 ] */
|
| - opus_int16 *out, /* O Output signal [ len ] */
|
| - const opus_int16 *in, /* I Input signal [ floor(len/2) ] */
|
| + opus_int16 *out, /* O Output signal [ floor(len/2) ] */
|
| + const opus_int16 *in, /* I Input signal [ len ] */
|
| opus_int32 inLen /* I Number of input samples */
|
| )
|
| {
|
|
|