From 93f3e9357ba22017ef8e42bddc129a21a8eb3fcd Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 21 Sep 2009 23:52:59 -0700 Subject: (Re)allocate and clear the stereo-to-binaural filter as needed --- Alc/bs2b.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc/bs2b.c') diff --git a/Alc/bs2b.c b/Alc/bs2b.c index f8e8f8ff..f6229e90 100644 --- a/Alc/bs2b.c +++ b/Alc/bs2b.c @@ -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. -- cgit v1.2.3