forked from len0rd/rockbox
Fix warning from a35c1b3
Change-Id: I0e9b2c265a6a2355dc39b1696df4c8f266d9a638
This commit is contained in:
parent
a35c1b3595
commit
3000ca32f9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static inline int32_t MULT32_32_Q31_cf(int32_t a, int32_t b)
|
|||
#define MULT32_32_Q31(a, b) (MULT32_32_Q31_cf(a, b))
|
||||
|
||||
#define OVERRIDE_COMB_FILTER_CONST
|
||||
static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N,
|
||||
static inline void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N,
|
||||
opus_val16 g10, opus_val16 g11, opus_val16 g12)
|
||||
{
|
||||
opus_val32 x0, x1, x2, x3, x4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue