summaryrefslogtreecommitdiff
path: root/src/lib/resampler_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/resampler_manager.h')
-rw-r--r--src/lib/resampler_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/resampler_manager.h b/src/lib/resampler_manager.h
index ae470d537..fb10d96b6 100644
--- a/src/lib/resampler_manager.h
+++ b/src/lib/resampler_manager.h
@@ -25,6 +25,8 @@ public:
void add (dcpomatic::DCPTime start, dcpomatic::DCPTime end, std::shared_ptr<AudioContent> content, std::shared_ptr<AudioDecoder> decoder);
std::shared_ptr<Resampler> get (AudioDecoder* decoder, AudioStreamPtr stream, bool fast);
+ void flush (AudioDecoder* decoder)
+
private:
friend struct resampler_manager_setup_test;