summaryrefslogtreecommitdiff
path: root/src/lib/resampler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-01 11:36:17 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commitdc78a40b0c7ce4569874fd1e77a86df907937d50 (patch)
tree3167c3a9f047d3b5af1c5aefc7b8640f4adbf4d9 /src/lib/resampler.h
parent20fb703d5298c0376f1fe7c724cdc9625172e4d0 (diff)
Restore upmixer_a_test and fix resampler flushing.
Diffstat (limited to 'src/lib/resampler.h')
-rw-r--r--src/lib/resampler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/resampler.h b/src/lib/resampler.h
index 359598b12..9d620b962 100644
--- a/src/lib/resampler.h
+++ b/src/lib/resampler.h
@@ -32,7 +32,7 @@ public:
~Resampler ();
std::pair<boost::shared_ptr<const AudioBuffers>, Frame> run (boost::shared_ptr<const AudioBuffers>, Frame);
- boost::shared_ptr<const AudioBuffers> flush ();
+ std::pair<boost::shared_ptr<const AudioBuffers>, Frame> flush ();
void set_fast ();
private: