diff options
Diffstat (limited to 'silk/ana_filt_bank_1.c')
-rw-r--r-- | silk/ana_filt_bank_1.c | 2 |
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] */ |