summaryrefslogtreecommitdiff
path: root/src/lib/resampler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-19 09:24:59 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit0a2fe723109c6a8fbb61ea5721b5a475e4b480d0 (patch)
tree513782d152de6976646e900b55c2665c4cd1e80e /src/lib/resampler.h
parent0dc26c2ec9aba5fd5f4ca281711fb8ac5a76612b (diff)
Various fixes to seeking with audio.
Diffstat (limited to 'src/lib/resampler.h')
-rw-r--r--src/lib/resampler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/resampler.h b/src/lib/resampler.h
index 9d620b962..9e9304fb4 100644
--- a/src/lib/resampler.h
+++ b/src/lib/resampler.h
@@ -33,6 +33,7 @@ public:
std::pair<boost::shared_ptr<const AudioBuffers>, Frame> run (boost::shared_ptr<const AudioBuffers>, Frame);
std::pair<boost::shared_ptr<const AudioBuffers>, Frame> flush ();
+ void reset ();
void set_fast ();
private: