summaryrefslogtreecommitdiff
path: root/src/lib/audio_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-25 13:33:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-25 13:33:08 +0100
commit872557b0261c0daf2206a24e38f33b1c9871c8a3 (patch)
treeeb48213893311c0b5de4d05c8db8bd273e6ca993 /src/lib/audio_decoder.h
parentd9362bdd24f01e4c833e89d63ac3816f36eae36e (diff)
Call Resampler::flush() again.
Diffstat (limited to 'src/lib/audio_decoder.h')
-rw-r--r--src/lib/audio_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h
index b1ec54a7b..e2d28d707 100644
--- a/src/lib/audio_decoder.h
+++ b/src/lib/audio_decoder.h
@@ -44,6 +44,8 @@ public:
protected:
+ void flush ();
+
void audio (boost::shared_ptr<const AudioBuffers>, AudioContent::Frame);
/** Frame index of next emission (post resampling) */
AudioContent::Frame _audio_position;