diff options
author | Chris Robinson <[email protected]> | 2009-09-21 23:52:59 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-09-21 23:52:59 -0700 |
commit | 93f3e9357ba22017ef8e42bddc129a21a8eb3fcd (patch) | |
tree | 791a412b491f2b07e6149f4692ff949bf0c9ca6d /Alc/bs2b.c | |
parent | 8ea8b49464419af80c860740339cea33eee05712 (diff) |
(Re)allocate and clear the stereo-to-binaural filter as needed
Diffstat (limited to 'Alc/bs2b.c')
-rw-r--r-- | Alc/bs2b.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -113,8 +113,6 @@ static void init(struct bs2b *bs2b) bs2b->a1_hi = -x;
bs2b->gain = 1.0 / (1.0 - G_hi + G_lo);
-
- bs2b_clear(bs2b);
} /* init */
/* Exported functions.
|