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:
authorRalph Giles <giles@mozilla.com>2012-03-20 04:10:13 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-04-02 19:21:36 +0400
commit5f6e472c91fb0a4a6b467f1b3c2d508b919fc9d5 (patch)
tree2be2d17c716c1b110828e091873626fa25ae4eb5 /silk/ana_filt_bank_1.c
parent905197d750d00c460c4940c42c3b7b9c2f85441c (diff)
Remove trailing whitespace.
Also fixes a minor typo.
Diffstat (limited to 'silk/ana_filt_bank_1.c')
-rw-r--r--silk/ana_filt_bank_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/ana_filt_bank_1.c b/silk/ana_filt_bank_1.c
index bad630e6..07a4ab1b 100644
--- a/silk/ana_filt_bank_1.c
+++ b/silk/ana_filt_bank_1.c
@@ -37,7 +37,7 @@ static opus_int16 A_fb1_21 = -24290; /* (opus_int16)(20623 << 1) */
/* Split signal into two decimated bands using first-order allpass filters */
void silk_ana_filt_bank_1(
- const opus_int16 *in, /* I Input signal [N] */
+ const opus_int16 *in, /* I Input signal [N] */
opus_int32 *S, /* I/O State vector [2] */
opus_int16 *outL, /* O Low band [N/2] */
opus_int16 *outH, /* O High band [N/2] */