diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-11 14:37:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-11 14:37:40 +0100 |
| commit | e00dc687dc6307681cf5789a66573d0df324f43b (patch) | |
| tree | 186b25917f1acf5fc0b743335f6c8e7d384ce1c0 /src | |
| parent | 482d8fa9814db0946b856dc8934552900e10eb73 (diff) | |
Missing part of last commit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/upmixer_b.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upmixer_b.h b/src/lib/upmixer_b.h index f128e1d0e..3e1a88317 100644 --- a/src/lib/upmixer_b.h +++ b/src/lib/upmixer_b.h @@ -40,6 +40,6 @@ public: std::vector<std::string> input_names () const; private: - BandPassAudioFilter _lfe; + LowPassAudioFilter _lfe; AudioDelay _delay; }; |
