summaryrefslogtreecommitdiff
path: root/src/lib/upmixer_b.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/upmixer_b.cc')
-rw-r--r--src/lib/upmixer_b.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upmixer_b.cc b/src/lib/upmixer_b.cc
index 40bed6b6e..1e084d03f 100644
--- a/src/lib/upmixer_b.cc
+++ b/src/lib/upmixer_b.cc
@@ -70,7 +70,7 @@ UpmixerB::clone(int sampling_rate) const
shared_ptr<AudioBuffers>
-UpmixerB::run(shared_ptr<const AudioBuffers> in, int channels)
+UpmixerB::do_run(shared_ptr<const AudioBuffers> in, int channels)
{
auto out = make_shared<AudioBuffers>(channels, in->frames());